How to access selected toggleable columns

When a user toggles columns on or off, is there a way to access the current state of all those toggles in the getTable() method, before building the table?
Solution:
That's not available in the Resource class's getTable() method. I found the session variable that holds the information and now I'm just accessing that. Thanks.
Jump to solution
2 Replies
toeknee
toeknee2y ago
try getToggledTableColumns
Solution
36864
368642y ago
That's not available in the Resource class's getTable() method. I found the session variable that holds the information and now I'm just accessing that. Thanks.

Did you find this page helpful?