-
Notifications
You must be signed in to change notification settings - Fork 29
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
Table instance gets stuck when switching routes and a reactive filter is in place. #38
Comments
I'm not sure if it helps, but I tried using all these functions to reset the table, and they were not able to reset it back to normal:
|
Hey @jcswanson Thanks for taking the time to document what you already tried. Saves me some time! I plan on addressing a few issues this week having to do with saving table / subscription state between pages, and I believe this issue will be resolved along with them. Have you noticed any other weird bugs or quirks? |
Great! Thank you @austinrivas for your hard work on this package. Here is another bug that may also be related but does not involve page switching:
|
I thought perhaps the latest meteor release candidate might fix this issue for example: But the issue still happens. Any idea on what may be happening with the error @austinrivas ? |
I'm having a problem where if you have a reactive filter set, and you go to another page, and then come back, the available rows get messed up, and some rows become non accessible.
Here is how to recreate the issue:
http://jquery-datatables.meteor.com/
Take note that the bottom of the table says "Showing 1 to 10 of 101,266 entries"
I've tried all sorts of things like resetting session variables in my own app that I using jquery-datatables with, I think there may be a problem with the subscription that the package controls getting stuck when a filter is set and the route changes. So when you come back it is stuck somehow.
Any ideas?
This is an amazing package by the way, thank you!
The text was updated successfully, but these errors were encountered: