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

@ -24,6 +24,7 @@
:javascript
$(function () {
$('#users.datatable').DataTable({
"buttons": { buttons: ["csv"] },
"processing": true,
"serverSide": true,
"ajax": $('#users.datatable').data('source'),