dandelion / dandelion-datatables

Dandelion component for DataTables
http://dandelion.github.io/components/datatables/
Other
110 stars 49 forks source link

Add support for configuring displayBuffer in Scroller plugin #334

Closed SergioFaya closed 1 year ago

SergioFaya commented 5 years ago

I have found no way to change the default displayBuffer size in the scroller plugin. In datatables this feature is implemented as JSON param for the scroller, this will be a great functionality to add in new versions.

scroller: {
        displayBuffer: 20
    }
SergioFaya commented 1 year ago

wont do