infinite scroller export button

infinite scroller export button

notzippynotzippy 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 )) 

Answers

  • allanallan Posts: 63,468Questions: 1Answers: 10,466 Site admin

    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

This discussion has been closed.