filamentgroup / tablesaw

A group of plugins for responsive tables.
MIT License
5.48k stars 434 forks source link

Column toggle select which table columns to show on page load #208

Closed gavishgulati closed 8 years ago

gavishgulati commented 8 years ago

Hello,

Is there a way of keeping a few table columns as unchecked on page load in columntoggle mode. I have about 17 thead's and I would like to display only 6~7 on page load. Reading the documentation I can only see that you can specify persist or priority. Any suggestions?

zachleat commented 8 years ago

Apply the tablesaw-cell-hidden class to any headers and column cells that you’d like hidden on init.