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

Destroy #33

Closed boadude closed 7 years ago

boadude commented 8 years ago

I got problem when i try to re build some table... the small-only table duplicate

ajm113 commented 8 years ago

I would do something along these lines that may help in jQuery.

                $('.stacktable.small-only').remove();
                $('.myTable').removeClass('stacktable large-only'); //Maybe a little much, but just to be on the safe side.
                $('.myTabke').stacktable();

Put that after every time you draw your table.