Pagination and summing question
Pagination and summing question
Hi all,
I have a question about pagination. Right now we use datatables.net, and for the most part it works great. We have a few specific cases in which reports that contain many thousand rows of data crash out the browser. We do not currently use pagination, but I am being told by someone on my team that would likely be the recommendation from Datatables.net. The problem is, my understanding is that I wouldn't be able to show the total sum of $ values in the report, rather what is on the specific page. I was also told if I wanted to copy, that it would only copy the specific page. Is this correct? If so, what are other ways I could present many thousand rows of data without crashing out the browser? We have tried the server side processing and this didn't help either.
Thanks,
Preston