Closed nouvaki closed 6 years ago
Hey @nouvaki,
Have you tried the approach documented at https://github.com/filamentgroup/tablesaw/#manual-initialization-of-tablesaw-components
Sounds like it isn’t initializing correctly! I’d recommend focusing on proper init rather than refresh. If you need additional help, I’d love to see a complete reduced test case for proper debugging.
Please reopen when you have that!
Thanks, Zach
I have a tablesaw swipe mode table . My problem is that minimap swipes header columns right but data columns are stable. I believe is something with refresh because data are being loaded dynamically on document ready. What I am doing wrong? I tried all refresh methods I found
My HTML
My javascript
My js References