You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ReactTable v6 (not v7) and I find it difficult to do a Check all for all checkboxes that are in each cell of a row. You can see the kind of table of talking about here:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm using ReactTable v6 (not v7) and I find it difficult to do a
Check all
for all checkboxes that are in each cell of a row. You can see the kind of table of talking about here:https://codesandbox.io/s/theme-with-react-context-gltn7
I've tried
getTrProps()
but can't seem to make it work as therow
orcolumn
info are limited.I have searched everywhere in the
issues
and also on Google but I can't seem to find an answer or a lead. (as if no one as ever implemented it).How do I access the checkboxes in each cell of the rows to check/uncheck them with a "check all"?
Beta Was this translation helpful? Give feedback.
All reactions