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.