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

@ -21,7 +21,7 @@ history_table_options = {
"infoFiltered":"<span class='hidden-md hidden-sm hidden-xs'>(filtered from _MAX_ total entries)</span>",
"emptyTable": "No data in table"
},
"pagingType": "bootstrap",
"pagingType": "full_numbers",
"stateSave": true,
"processing": false,
"serverSide": true,