Unable to use select filter to view empty cells #2098
Unanswered
fgs-dbudwin
asked this question in
General
Replies: 3 comments 6 replies
-
Because select boxes and their options are something that is done is user-land and is not part of react-table's API, I've converted this into a discussion/question. This is actually something that is not related to React Table and is just a React Question in general. |
Beta Was this translation helpful? Give feedback.
4 replies
-
same thing here |
Beta Was this translation helpful? Give feedback.
0 replies
-
any solution implemented for this ?? We are facing a similar issue where we are unable to filter with blank value. Thank You !! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug (required)
I have a table with optional values in a column. Sometimes, the cells are blank. I am using a select filter since there are fixed options for the cell, say
""
,"Foo"
, and"Bar"
. It would be beneficial to use the select filter to view which cells have no value in them for the given column.Provide an example via Codesandbox! (required)
I forked this Codesandbox from the Filtering example and simplified it a tad:
https://codesandbox.io/s/quizzical-allen-u7y68
Steps To Reproduce (required)
Expected behavior (Recommended)
I would like to view the cells that contain empty values for the column.
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions