Merge pull request #542 from 1day2die/development
Update index.blade.php
This commit is contained in:
commit
130ef95158
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
url: '//cdn.datatables.net/plug-ins/1.11.3/i18n/{{config("app.datatable_locale")}}.json'
|
||||
},
|
||||
processing: true,
|
||||
serverSide: true,
|
||||
serverSide: false, //increases loading times too much? change back to "true" if it does
|
||||
stateSave: true,
|
||||
ajax: "{{route('admin.users.datatable')}}",
|
||||
order: [[ 11, "asc" ]],
|
||||
|
|
Loading…
Add table
Reference in a new issue