Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering rows containing NaN's #1217

Open
nthiery opened this issue Nov 13, 2020 · 1 comment
Open

Filtering rows containing NaN's #1217

nthiery opened this issue Nov 13, 2020 · 1 comment

Comments

@nthiery
Copy link

nthiery commented Nov 13, 2020

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 nthiery changed the title Filtering rows **containing** NaN's Filtering rows containing NaN's Nov 13, 2020
@6pac
Copy link

6pac commented Nov 14, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants