T
TanStack3y ago
conscious-sapphire

get enableRowSelection

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

Did you find this page helpful?