JavaScript DataTables – pageLength is not working when applying scroller plugin – Jquery
When setting pageLength property in DataTables, the data is divided into multiple pages. However, when DataTables.scroller plugin is applied, the pageLength setting is ignored and all data is displayed on one page. How can I enable the pageLength setting while…