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

priyankabhattadpriyankabhattad 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

Answers

  • allanallan Posts: 61,669Questions: 1Answers: 10,096 Site admin

    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

  • priyankabhattadpriyankabhattad Posts: 4Questions: 3Answers: 0

    yeah. that's what I think. Thanks

This discussion has been closed.