Footer totals with scroller
Footer totals with scroller
I am running into a problem with displaying several hundred records (700 or so) at once on the page. I am using server side code to load the data, but my client is requiring all records to be displayed at once so that I can total some of the columns. The data is being returned in around 1s but it is taking datatables an additional 6s to render the data. This is border line on the edge of how long they want to wait to see the data and it only gets worse the more records there are. I have looked into the scroller plugin with the bDeferRender option, and like the way that behaves, except my total row, now only shows the visible records and not the whole data set. Is there any way with scroller to sum the whole data set?
This discussion has been closed.