-
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
Pager + Ajax: Initializes twice #202
Labels
Comments
Thanks for reporting this, I'll have it fixed in the next update! |
Mottie
added a commit
that referenced
this issue
Dec 20, 2012
I am still seeing this and http://mottie.github.io/tablesorter/docs/example-pager-ajax.html also shows it is not fixed! |
Hi @MrTobyDog! Thanks for reporting this. I'll look into this issue soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using pager + ajax I noticed that the initializing ajax-call is made two times, as one can see using e.g. Firebug with Firefox on http://mottie.github.com/tablesorter/docs/example-pager-ajax.html. This might get pretty annoying when dealing with large datasets.
Besides fixing this, I'd really appreciate an option turning the initializing ajax-call off in case one's already loading the correct data with the rest of the page since it's probably faster than doing this very first ajax call.
Cheers
Andy
The text was updated successfully, but these errors were encountered: