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

Stopping header row from showing as data (when <thead> is not defined) #59

Open simongordon opened 7 years ago

simongordon commented 7 years ago

I've noticed that when no thead is defined, the top row can appear like so: image This fix will make it ignore the header row when processing the data for the table.