filamentgroup / tablesaw

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

Can't trigger Tablesaw inside hidden block (Tab or Carousel) #327

Closed wolfcreative closed 6 years ago

wolfcreative commented 6 years ago

I have a similar problem like https://github.com/filamentgroup/tablesaw/issues/228.

What is the problem: in the first block the table is initialized correctly. In the remaining blocks (which are hidden) the initialization did not seem to reach the end. "tablesaw.init" does not help.

First (visible) tab: http://prntscr.com/hi0edy Other (hidden) tabs after toggle: http://prntscr.com/hi0ejp

zachleat commented 6 years ago

You will need to manage your own initialization. I’d recommend following the procedure documented here: https://github.com/filamentgroup/tablesaw#manual-initialization-of-tablesaw-components

If you need additional help, please reopen with a reduced test case!