-
Notifications
You must be signed in to change notification settings - Fork 753
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 enabled tables not loading on pageload after upgrade to 2.28.8 #1389
Comments
I'm having this exact same issue. I've managed to trace it so far to the
Has something changed about the filter widget, in terms of how we need to initialize it? |
Here's my console output with debugging enabled:
|
Hi @nlcoredump & @alexweissman! Odd... is this only happening with the pager addon or widget? For me, the addon appears to be working, but the widget seems to misbehave in the jsFiddle, but not on the main documentation page (even when I disable the initial sort). |
No, the |
I believe I'm using the widget. I initialize it as:
I haven't tried the plugin. |
Actually, that is the plugin. |
Hi @Mottie, Maybe this information can help you to solve the problem. |
I just updated the pager widget in v2.28.11... please check that it resolves this issue. @alexweissman I didn't touch the pager addon this time, as I was not able to reproduce the problem in the addon. |
Hi @Mottie |
Hi @CiTRO33! Oh, you're right... I'm not sure how I missed that before. I'll add a fix to the master branch. I haven't decided when the next release will be available. |
Hi
After i upgraded to 2.28.8 my ajax enabled tables are not loading on pageload. You have to use the pager buttons or page length change to trigger a load of the table. When i switch back to 2.28.7 everything is working fine again. Do i need to trigger anything to start the table load on page load? i am using the processAjaxOnInit : true
Thx
The text was updated successfully, but these errors were encountered: