Skip to content

add filter bigger than smaller than function for column #13

@partizanos

Description

@partizanos

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions