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!
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!