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 checked that this enhancement has not already been requested
How would you categorize this request. You can select multiple if not sure
Other (please describe in Issue Description)
Enhancement Description
There are a number of useful column specific filters, especially for numeric colums. These should map to the lowcode UI, probably through quick_command_args.
Checks
How would you categorize this request. You can select multiple if not sure
Other (please describe in Issue Description)
Enhancement Description
There are a number of useful column specific filters, especially for numeric colums. These should map to the lowcode UI, probably through quick_command_args.
< q(.01) || > q(.99)
>q(.01) && < q(.99)
Pseudo Code Implementation
https://www.ag-grid.com/react-data-grid/component-filter/
Prior Art
This requires the infinite branch
The text was updated successfully, but these errors were encountered: