johnpolacek / stacktable.js

jQuery plugin for stacking tables on small screens
http://johnpolacek.github.io/stacktable.js/
Other
1.03k stars 167 forks source link

Original table is shown when stacktable is called. #30

Closed Ogglas closed 9 years ago

Ogglas commented 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();
johnpolacek commented 9 years ago

I deprecated this option as it seems unnecessary. If people want to hide the original table, it is easy enough to do in jQuery.