frequent / tableview

jQuery Mobile tableview - responsive table wrapper for JQM tables
29 stars 23 forks source link

Multiple columntoggle tables with top container in the same page. #5

Open theodorejs opened 11 years ago

theodorejs commented 11 years ago

Multiple columntoggle tables with top container and search enabled in the same page result in all column buttons located in the 3rd slot of the first table, although search fields are located correctly (jqm 1.3.1)

Found out that the problem goes away if i change line 16 of table.columntoggle.js from:

$.mobile.table.prototype.options.slot = 3;

to

$.mobile.table.prototype.options.slot = 0;
frequent commented 11 years ago

@theodorejs Thanks for pointing out. I will be updating to 1.4pre shortly and will try to fix this aswell.