How large the datatable can be?
How large the datatable can be?
Hello,
I am using data-table for my application and big thanks .
I am displaying search results which contains records more than 1000 records,so when i display it,
i am viewing the progress bar in spite the records have been displayed in IE.any suggestions?? or is there a limit to display the data using data-tables?
awaiting your reply .
Thanks in advance,
John
I am using data-table for my application and big thanks .
I am displaying search results which contains records more than 1000 records,so when i display it,
i am viewing the progress bar in spite the records have been displayed in IE.any suggestions?? or is there a limit to display the data using data-tables?
awaiting your reply .
Thanks in advance,
John
This discussion has been closed.
Replies
[code]iDisplaylength=100;[/code]
while initializing the datatable.
Check the JSON return using jsonlint.com and see if you have a parsing error.
A table with 2000 rows fed by JSON records, paged, is OK. It also takes a lot of memory. :(
@sd_zuo:memory is a BIG concern :( :(
On my IE8 a 2000-rows datatable (10 rows displayed per page) with some CSS styling and fnRender functions consumes about 100MB memory, and the sorting will trigger IE's "slow script" alert.
On my Opera 11, the same amount of data and configuration, 1 second = done. However, there's still a pretty amount of memory consumption.
@allan:any suggestions or thoughts on this issue?.
any help/suggestions appreciated.
Allan