Grouping in IE very slow
Grouping in IE very slow
I'm using jQuery 1.8.2 and data tables with the Grouping add on code. Works great! In Chrome at least. But in IE8 it takes around 20 seconds to bring back a table of 500 rows grouped into 20 groupings. Is there any insight any of you can give on this? Additionally, I'm working with JSF 1.2 in a RAD environment. Updating to new versions of anything is not an option.
Thanks!
Thanks!
This discussion has been closed.
Replies
Unfortunately our result sets can be at times, 20k result rows which Chrome has very little issue with but causes IE to eventually die.
Does anybody have a resolve for this?
We are stuck with XP and IE8 with no upgrade plans set for this fiscal year :(
Also, how are you loading the DataTable? Ajax with deferred rendering is how I'd recommend doing it.
Please link to attest cases: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read
Allan
I'm new to all of this and in the future will post test cases. Thanks for the info. And thanks for the suggestion of AJAX. I'm learning.