Error Internet Explorer huge data - not loading
Error Internet Explorer huge data - not loading
Hello, I have a datatable on my page with huge data (250.000+ rows) when I use datatable with 10.000 rows there is no problem in IE but when I use a huge amount of data I get an error:
No Value for the property 'error': The object is null or undefinied.
The error should be in jquery.dataTables.min.js, Row 34
this is the code for this error:
function(b){var c=b.error||b.sError;c&&J(a,0,c);a.json=b;j(b)}
When I use the same amount of data in Firefox there is no error. (IE 9)
anything that I could do to make it work?
Thank you