Greetings, I am trying to introduce for two collumns a bigger, smaller than comparator and filter according to that
eg. on numeric Input 1 on the serch element a list :
<ul>
<li> > 1 </li>
<li> > 1 </li>
</ul>
to appear and on click to sort appropritely
Could you advice me on which api method to work on for something like that or what should be the steps to add a mechanism for something like that?
A small issue I had before with plain js solution when multiple collumns use this feature is the memory mechanism and "save" the choice when other collumn is searched.
Thanks in advance