-
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
Multiple Tablesorter with lots of row - Initialization Time #678
Comments
Hi @Fabien04! This is how I would approach the problem:
|
Nice, i delete zebra filter and i won about 1000ms. I try delay init option too, but when i use this option, an error occur : If I may ask you... because i lost a lot of time for find any solution ... |
if you dont need to support browsers that cant do css3, you should just use css3 |
Thank you for replies, and thanks thezoggy, nice tips if i need to keep zebra style. |
Hi @Fabien04! Currently the pager needs to process (parse) all of the rows before it can finish initialization. In fact, when I tested the pager with I have already found a solution, which I will push to the working branch once I fix the other bug were the filter widget doesn't work if the |
Thanks a lot ! Waiting for read that. |
LOL you didn't cause the problem, it was just there waiting to be found. Sadly, I am going to be busy for the next week entertaining family, so I won't have hardly any time to work on this. I'll try to get what I can done today before they arrive, but no guarantees! |
Ok @Fabien04! Please try the updates I just pushed to the working branch and see if that fixes your initialization time worries ;) |
Hi Mottie, Thanks for tips and for take time to do that. |
I have some success, on two table where i used html5 filter, don't think it's a filter problem, i just say it. The result are : The exact result for my five table : We can see that delayInit option is good for little table, but not for the biggest... it's worse. It's exactly what i have. i can't say more for now ^^ |
Do any of your tables have an initial sort or initial filter set? That would cause the Also, make sure to update both the filter and pager widgets from the working branch, as they were both updated. |
Ok last try i use only that : $("#listing").tablesorter({
theme: 'blue',
delayInit : true,
debug: true,
}).tablesorterPager();
With a lots of test for empty rows. So i do some test soon, no more time for this job i need to do another thing. |
Hi,
I upgrade the last Tablesorter, and i have Tablesorter initialization : 7002 ms.
I use multiple Tablesorter on the same page, about five, with more than 2000rows for all.
I try lots of modification, but it's takes lots of time to initialize.
Someone have an idea for this new problem that I encounter ?
Thanks
The text was updated successfully, but these errors were encountered: