get enableRowSelection
Is there a way from the
table
object to get whether enableRowSelection
was set to true or false?2 Replies
correct-apricot•2y ago
On the
table
object, you can read initialState
or options
. Is this what you are looking for?
https://tanstack.com/table/v8/docs/api/core/table#initialstate-1
https://tanstack.com/table/v8/docs/api/core/table#options-1national-goldOP•2y ago
Yes!! 🙏
thank you