SlickGrid icon indicating copy to clipboard operation
SlickGrid copied to clipboard

Filtering rows containing NaN's

Open nthiery opened this issue 5 years ago • 1 comments

I am using SlickGrid (via qgrid) for filling manually missing data in my frames. (typing in grades for students actually!). For this application, it would be helpful to be able to filter rows containing NaNs, whereas, in typical use cases, those are the rows to be filtered out. Could this feature be added to SlickGrid? Typically by (optionally) displaying NaN in the list of values to be selected in the filter setup UI?

Thanks in advance, Nicolas

nthiery avatar Nov 13 '20 13:11 nthiery

You can use DataView to filter on any values you like. Can I suggest posting on StackOverflow for hints if you need them - GitHub is for bugs.

Also, this repo is dead. Slickgrid is now at: https://github.com/6pac/SlickGrid

6pac avatar Nov 14 '20 05:11 6pac