tableview
tableview copied to clipboard
Multiple columntoggle tables with top container in the same page.
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;
@theodorejs Thanks for pointing out. I will be updating to 1.4pre shortly and will try to fix this aswell.