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'm having the same issue. I am using data-tables https://datatables.net/manual/installation and on changing amount of entries I'd like to update the pinned table. I need to somehow be able to redraw the table. Tried your solution but it did not work. Any ideas are welcome.
Hello,
Adding dynamically rows shows old extra columns that are not expected to be shown.
I have a workaround to solve this:
function splitTable(original)
{
unsplitTable(original);
....
I have added unsplitTable(original); in 26 line
In order to warn responsive table that a change has happened I use:
$(window).trigger('redraw');
I hope this would be helpful.
Regards!
The text was updated successfully, but these errors were encountered: