You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an outside-box filter for my table,
Is there a way how to make my filter works with "greater than value"(less or more) logic?
for a simple example, I have "Distance" column and wanna set filter "greater than 30 km"
Right now it works like strict mode where column just matched with the sorted value
P/s I checked the official example and there is a familiar example with min,max range filter but it doesn't work for me because my filter is outside the table. please can you suggest anything how I can modify the code above?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone
I have an outside-box filter for my table,
Is there a way how to make my filter works with "greater than value"(less or more) logic?
for a simple example, I have "Distance" column and wanna set filter "greater than 30 km"
Right now it works like strict mode where column just matched with the sorted value
P/s I checked the official example and there is a familiar example with min,max range filter but it doesn't work for me because my filter is outside the table. please can you suggest anything how I can modify the code above?
Beta Was this translation helpful? Give feedback.
All reactions