Yet Another Large Table Issue
Yet Another Large Table Issue
JanuszJasinski
Posts: 36Questions: 0Answers: 0
Debugging ID: agecoz (http://debug.datatables.net/agecoz)
I have a table with 5k rows and 27 columns in total. The contains two rows as there's some to imitate the table here: http://www.datatables.net/release-datatables/examples/basic_init/complex_header.html
Running it in Chrome takes a few seconds, In Firefox I get the message whether I want to stop/start the script and IE just falls over. I've tried a number of options but nothing seems to work e.g.
[code]
"bServerSide": true,
"sAjaxSource": "data.asp",
"sServerMethod": "POST",
"bDeferRender": true
[/code]
I've tried using static data and data pulled from a database. I've run firebug on Firefox and it makes 5 calls in total to the data.asp page and some requests come back "401 unauthorized".
As the dataset is quite large, not sure what else I can do. I've checked other threads and tried to get from them what I can but going nowhere fast.
Any help would be greatly appreciated. Thanks!
I have a table with 5k rows and 27 columns in total. The contains two rows as there's some to imitate the table here: http://www.datatables.net/release-datatables/examples/basic_init/complex_header.html
Running it in Chrome takes a few seconds, In Firefox I get the message whether I want to stop/start the script and IE just falls over. I've tried a number of options but nothing seems to work e.g.
[code]
"bServerSide": true,
"sAjaxSource": "data.asp",
"sServerMethod": "POST",
"bDeferRender": true
[/code]
I've tried using static data and data pulled from a database. I've run firebug on Firefox and it makes 5 calls in total to the data.asp page and some requests come back "401 unauthorized".
As the dataset is quite large, not sure what else I can do. I've checked other threads and tried to get from them what I can but going nowhere fast.
Any help would be greatly appreciated. Thanks!
This discussion has been closed.
Replies
Allan
Thanks!
[FIXED]
Allan