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

DATDAT 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' );

Answers

  • allanallan Posts: 63,099Questions: 1Answers: 10,391 Site admin

    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

  • DATDAT Posts: 7Questions: 3Answers: 0

    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.

  • allanallan Posts: 63,099Questions: 1Answers: 10,391 Site admin
    edited April 2015

    I'm sure you could create one yourself, but here is an example using Scroller with 50k records client-side.

    Allan

  • DATDAT Posts: 7Questions: 3Answers: 0

    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).

This discussion has been closed.