You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a page with Bootstrap tab. in the one of the tabs I have a table on which I instantiate the resizableColumn plugin. It does not work. However, when I move the table to the tab that's visible when the page first loads, it works.
The text was updated successfully, but these errors were encountered:
Just for future reference, the selector for resizable-columns is td:visible or th:visible, that's why a table that's not visible is not picked up. You can either construct the resizable columns dinamically via javascript when the table is visible, or change the selector in the global options
I've tried changing the selector in the constructor, but it still only appears to work when the table is visible on page load. I've also tried setting resizableColumns again when the show event is triggered, and that also does not seem to work.
I have a page with Bootstrap tab. in the one of the tabs I have a table on which I instantiate the resizableColumn plugin. It does not work. However, when I move the table to the tab that's visible when the page first loads, it works.
The text was updated successfully, but these errors were encountered: