i get the following error, i.e Not enough storage is available to complete this operation in IE10-11
i get the following error, i.e Not enough storage is available to complete this operation in IE10-11
DAT
Posts: 7Questions: 3Answers: 0
I am loading 20000 records in Datatables and everything works fine for me in Mozilla and Chrome. But when the same code is run on IE 10 and 11 gives me an error saying, "Not enough storage is available to complete this operation" in _fnCreateTr method on line nTd.innerHTML = _fnGetCellData( oSettings, iRow, i, 'display' );
This discussion has been closed.
Answers
A quick Google search finds this page, which might help: http://stackoverflow.com/questions/5979073 .
If not, please link to a test page showing the issue, as per the forum rules.
Allan
Hi Allan , Actually i don't think theirs any issue with the Css . Can you just provide me a link of test page using Datatables loading more than 20000 records.
I'm sure you could create one yourself, but here is an example using Scroller with 50k records client-side.
Allan
Hi, Allan , I figured out the issue and came to the conclusion that my $.extend method is making the performance slower whenever i try to load large amount of data.
I am extending my datatables object(please refer this link http://datatables.net/forums/discussion/5500/proper-way-to-extend-datatable). Also note that we are using datatables, colvis, resoponsive, scrollbar(x and y scroll).