Add "First" and "Last" page buttons to datatables

This commit is contained in:
JonnyWong16 2016-03-27 15:32:03 -07:00
parent ba6ef4d629
commit 2a764cf190
10 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
sync_table_options = {
"processing": false,
"serverSide": false,
"pagingType": "bootstrap",
"pagingType": "full_numbers",
"order": [ [ 0, 'desc'], [ 1, 'asc'], [2, 'asc'] ],
"pageLength": 25,
"stateSave": true,