When I download datasets > 1,00,000 records the excel download goes into a loop
When I download datasets > 1,00,000 records the excel download goes into a loop
priyankabhattad
Posts: 4Questions: 3Answers: 0
I am using excel download button to fetch the data from the datatable. The table consists of data more than 1,00,000 records. It takes forever because of the below error in the jquery jquery-1.12.4.js
Uncaught RangeError: Maximum call stack size exceeded
Any pointers to solve this.
Thanks,
Priyanka
This discussion has been closed.
Answers
I think if you have 1 million rows (which I presume you mean) you will almost certainly have to do the Excel creation on the server-side.
Allan
yeah. that's what I think. Thanks