get enableRowSelection
Is there a way from the
table object to get whether enableRowSelection was set to true or false?2 Replies
sensitive-blue•3y 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-1conscious-sapphireOP•3y ago
Yes!! 🙏
thank you