infinite scroller export button
infinite scroller export button
notzippy
Posts: 1Questions: 1Answers: 0
Hi
I really like the infinite scrolling feature which makes it easy to navigate large datasets. However the buttons export inconsistent amounts of records depending on the browser window size. Is it possible to update the scroller code so that it fetches a consistent amount of data dependent on the pageLength from the datatable ?
Math.max(dataTable.pageLength, Math.ceil( ((this.s.displayBuffer-1)/2) * this.s.viewportRows ))
This discussion has been closed.
Answers
DataTables doesn't have an infinite scrolling feature I'm afraid. Do you mean Scroller? Can you link to a test case showing the issue please? Are you using server-side processing?
Allan