Jquery 1.4.3 and Datable
Jquery 1.4.3 and Datable
cbalmefrezol
Posts: 11Questions: 0Answers: 0
I have testing the new Jquery 1.4.3 on Datatable 1.7.3, and i have important improvements!
It's very Fast! -30%/40% to execute Datatable!
Allan what's the plan for Jquery 1.4.3?
Datatable 1.7.3 is ready for this new version?
Thank
Laurent
It's very Fast! -30%/40% to execute Datatable!
Allan what's the plan for Jquery 1.4.3?
Datatable 1.7.3 is ready for this new version?
Thank
Laurent
This discussion has been closed.
Replies
I've just run DataTables through it's unit tests with the new jQuery version and it passes through with no problems. There was one issue where it seems that jQuery 1.4.3 is a lot more keen to call $.ajax's error handler (if an xhr is cancelled for example), so I've made a slight modification to the code to take account of that. You can download the "nightly" version with this fix from the downloads page, and it will be included in the next release: http://datatables.net/download/ .
As for speed, I didn't really see any speed improvement when running the unit tests (they completely in more or less the same amount of time), but I think for larger tables the improvements to $.trim will be quite noticeable.
Regards,
Allan