mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Filtering rows containing NaN's #1217

Open nthiery opened 3 years ago

nthiery commented 3 years ago

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

6pac commented 3 years ago

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