T
TanStack2y ago
national-gold

get enableRowSelection

Is there a way from the table object to get whether enableRowSelection was set to true or false?
2 Replies
correct-apricot
correct-apricot2y 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
national-gold
national-goldOP2y ago
Yes!! 🙏 thank you

Did you find this page helpful?