Out of memory error
Out of memory error
I have created a table which can return a LOT of data in some cases.
I've added a menu which the user can use to show a subset of the data initially and then, if they so choose, they can request to see all of the rows (so that they can download them to Excel). This is done using the lengthMenu setting.
However, I'm seeing an error on the Firefox console when the user asks to see all 4000 or so rows which says:-
uncaught exception: out of memory
I'm not sure what could be causing this - it looks like the javascript is causing the browser to run out of memory.
Any ideas?