Hi Team,
Is there any way to allow range in numeric filters?
I am using mygrid.attachHeader(#numeric_filter).
I want to give input like >21000 <22104 and it will show the items in between 21000 …22104
And it should also all other operations like >,<,<=,>=,= etc…
Please suggest any possible way.
Thanks,
-Agile
just type
21000…22104
the “…” between numbers will force grid to select only values in entered range.