upgrade datatables gem

This commit is contained in:
Michael Ball 2020-07-13 02:58:15 -07:00
parent 18ee10eef5
commit cd88882714
7 changed files with 23 additions and 10 deletions

View file

@ -1,5 +1,7 @@
$(function () {
$.extend(true, $.fn.dataTable.defaults, {
"buttons": ["csv"],
"dom": "lBfrtip",
"stateSave": true,
"autoWidth": false,
"pagingType": "full_numbers",