Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 1817

Yet Another Large Table Issue

$
0
0
Debugging ID: agecoz (http://debug.datatables.net/agecoz)

I have a table with 5k rows and 27 columns in total. The <thead> 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.
"bServerSide": true,
"sAjaxSource": "data.asp",
"sServerMethod": "POST",
"bDeferRender": true

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!

Viewing all articles
Browse latest Browse all 1817

Trending Articles