Loading the data grid takes much longer in ie8 verse chrome browser
Loading the data grid takes much longer in ie8 verse chrome browser
HermanMiranda
Posts: 1Questions: 0Answers: 0
is there any way to speedup ie8 when loading the data grid? it takes 1.5 sec in chrome and about 80 secs in ie8 to do the SAME table page load!!! On our project we are stuck using ie8. Please help!!!!
This discussion has been closed.
Replies
What I did was to switch to server-side processing, only yielding a max of around 50 records at a time. I also use drop-down column filters for 3 of my 30 columns, but I get that data server-side as well and construct them with my own code, rather than having a JavaScript function do it. That saves loads of time. Now I'm running through over 6,000 records, and the sorting/paging only takes about 1 second or less to roll, and I'm using most of dataTables' extras in my project. Give me a little more info about what you're doing and I'll post the code I've used successfully. Currently everything works in my project except for sorting after moving columns around. I'm still trying to kick that one. It's no problem client-side only, but server-side it's a thorn in my side.
Allan