Selectable and Filterable props #2956
Unanswered
jeremyjamez
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two tables on the same page in different tabs, the first one should have filtering enabled and the second should have both selectable rows and filtering enabled. Is it possible to pass props that enable and disable these features?
Something like this:
<Table columns={columns} data={data} selectable filter/>
Beta Was this translation helpful? Give feedback.
All reactions