Datatable scroll pagination

Datatable scroll pagination

faizalayub29faizalayub29 Posts: 1Questions: 1Answers: 0

hello, currently i am using data table fixed header, now i want to implement scroll pagination on it, what is the concept to append new row on it

Answers

  • kthorngrenkthorngren Posts: 20,276Questions: 26Answers: 4,765

    According to the Compatibility Matrix FixedHeader and the Datatables scrolling features including the Scroller extesion are not compatible. This is also noted in the FixedHeader docs.

    Please note that FixedHeader is not currently compatible with tables that have the scrolling features of DataTables enabled (scrollX / scrollY). Please refer to the compatibility table for full compatibility details.

    Kevin

This discussion has been closed.