Posts by Cícero Matias • 21 points
1 post
-
2
votes2
answers4896
viewsA: Jquery Datatables - Pagination Number Quantity
A simpler way would be to configure the "iDisplayLength" property of the datatable component. Like this: $('#dtPagina').dataTable({ "iDisplayLength": 100 });…