Using setGlobalFilter to filter by data that is not rendered on any cell. #3596
Answered
by
AdaptingAFM
AdaptingAFM
asked this question in
Q&A
-
Hello, is it possible to filter the table by a property that is not shown in the table, but included on the data passed to the constructor of useTable? As far as I know, setGlobalFilter() will filter by the data that is shown on the table. |
Beta Was this translation helpful? Give feedback.
Answered by
AdaptingAFM
Dec 28, 2021
Replies: 1 comment
-
Just thought of using a hidden column. Will try it now. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AdaptingAFM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just thought of using a hidden column. Will try it now.