Closed Ogglas closed 9 years ago
As the title says, original table is shown when stacktable() is called. I fixed this by editing the last line to:
if (settings.hideOriginal) $table.hide();
I deprecated this option as it seems unnecessary. If people want to hide the original table, it is easy enough to do in jQuery.
As the title says, original table is shown when stacktable() is called. I fixed this by editing the last line to: