Disable pagination for data tables

This commit is contained in:
Bernd Bestel
2018-07-08 13:50:52 +02:00
parent 0954b5a741
commit 02ea26b090
10 changed files with 10 additions and 10 deletions

View File

@@ -35,7 +35,7 @@
});
$('#quantityunits-table').DataTable({
'pageLength': 50,
'bPaginate': false,
'order': [[1, 'asc']],
'columnDefs': [
{ 'orderable': false, 'targets': 0 }