Run code when tab loads

So is there anywhere in the documentation that explains all the javascript events we can hook into  events for Skuid components? The use of .on(‘tabshow’) is great but now I’m trying to hook into the events from table filters and table row actions. Is there a .on(‘tableshow’) event?


I’d rather use events to add functionality instead of adding click event handlers for each one.