conditional columns

This code will hide a column (e.g. the fourth column) on all tables on a page. I can’t guarantee it will play nicely with all Skuid code though. 

skuid.$('.nx-skootable-data tr > *:nth-child(4)').hide();