tableview icon indicating copy to clipboard operation
tableview copied to clipboard

Multiple columntoggle tables with top container in the same page.

Open theodorejs opened this issue 11 years ago • 1 comments

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 avatar Jun 25 '13 13:06 theodorejs

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

frequent avatar Jun 25 '13 19:06 frequent