-
Notifications
You must be signed in to change notification settings - Fork 754
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
saveSort - multiple tables #41
Comments
could just be that widgets is broken in 2.1.6.. as debug: true doesnt even work. |
about saveSort being broken in 2.1.6: as reported by one of our users |
had him downgrade to widget code 2.1.3.1 but keep 2.1.6 tablesorter.. since this is what im going to do now to resolve the other bugs. and he confirmed that sortSave still wont work. so appears to be a legit bug. yes each tablesorter table has its own unique id. |
Thanks for reporting this issue. It should now be fixed in 2.1.7. |
ok, let me test this with 2.1.8 and get back to you. |
still not fixed. created a demo for ya. set the top 250 sort to something.. then set the bottom 100 to another sort. refresh page. notice top table resets to default (sorting didnt save). but the bottom table sorting does save. |
tried $('table').tablesorter thinking that it may just not like multiple instances.. but same problem: |
Alright I think it's all fixed now. Thanks again for testing so thoroughly :) Oh, and I even updated the saveSort demo page to show two tables. |
alright cool. i'll update and get back to you :) |
ok, it does save sorting... but messes up when you have a multi-column sort go try your own demo with multiple column sorts... looks like it recalls what it should sort by.. but messes up on loading. |
also, after setting a multi-column sort on the 2nd table. if i just set a new sort.. hit refresh.. it has some of the previous sorts loaded.. gone all crazy |
Ok, try again :P |
confirm that this works as it should. closing |
tablesort saveSort seems to only save the last table data.
The text was updated successfully, but these errors were encountered: