Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
theodorejs opened this issue Jun 25, 2013 · 1 comment
Open

Comments

@theodorejs
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants