ghiscoding/Angular-Slickgrid

between Operator

Closed this issue · 1 comments

Clear and concise description of the problem

I would like and between operator or add more filters on same column
All rows >= valueX and <= Value Y

Suggested solution

Multiple filters in same row

Alternative

No response

Additional context

No response

Validations

This already exists and there are multiple ways to do it, you can add a multipleSelect filter, a Compound Slider or a simple text filter with 2 values separated by .. and all of that is demoed in Example 25

Please consider asking questions on Stack Overflow and make sure to review all Documentations and Live Demos before submitting questions. I wish to keep only library issues in here. Thanks