-
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
Ajax request firing multiple times on page load #1384
Comments
Hi @KaiserWolfTaco! Mmm tacos... now I'm hungry. Errr, I think this might be the same issue as reported by @alexweissman in IRC. I think I've isolated the problem, but try setting the |
Thanks for the prompt reply. Tacos are awesome. Sorry, but that didn't fix the problem. I tried with 2.28.7 and I should note I'm using "pager_pagerReset" with widgetOptions. Here are some of my settings:
|
Oh... well I have updated the filter and pager widget/addon in the master branch. Please try the update and see if that fixes the problem. If not, I'll need to investigate further. |
Sorry, that didn't work either. Jquery is at #3.2.1 |
Is there any way you could modify the demo I shared to reproduce the problem? @alexweissman did this last update fix the problem you were having? |
Which demo? |
sorry... this demo. |
@Mottie i learned that sometimes you need to do this: @KaiserWolfTaco otherwise user don't get a notification in email. just the bell in github page |
Another pager widget update is available in v2.28.11, please let me know if this problem still occurs. |
That fixed it! Thanks Mottie |
Hi,
First off, thanks for maintaining this repo. Tablesorter fits pretty much all my needs and is by far the most robust table I've used. Anyways, this seems to occur in versions v2.28.6 and up. I have a table that uses ajax to get its rows. When the page loads, the table fires off a random number of GET requests to my backend server. Sometimes its 5, other times its 20. I have no retry logic in my code and when i downgrade tablesorter to version 2.28.5, this behavior stops. Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: