I am making one page and it displays more than 25K record without paging. When I am exporting it to excel using following code of jquery,
it gives me error of page crash.
window.open('data:application/vnd.ms-excel,' + encodeURIComponent('' + $('.grid- view').html() + '
It is working for small amount of record but when record cross to 1500, it starts crashing browser page.
Please help me to solve out this problem.
Thanks in advance