How to access enableRowSelection property after intializing the table? #4976
-
Ideally I want to access the row selection state from the table directly without having to pass down props to other components but I cannot find the accessor property for it. Is the accessory method missing? |
Beta Was this translation helpful? Give feedback.
Answered by
lucapollani
Aug 1, 2023
Replies: 1 comment
-
I don't know whether is the right way but I think you can access it through the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
c-semaan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know whether is the right way but I think you can access it through the
table.options
property.https://tanstack.com/table/v8/docs/api/core/table#options-1