|
@@ -74,7 +74,7 @@
|
|
document.addEventListener("DOMContentLoaded", function () {
|
|
document.addEventListener("DOMContentLoaded", function () {
|
|
$('#datatable').DataTable({
|
|
$('#datatable').DataTable({
|
|
language: {
|
|
language: {
|
|
- url: '//cdn.datatables.net/plug-ins/1.11.3/i18n/{{config("app.datatable_locale")}}.json'
|
|
|
|
|
|
+ url: '//cdn.datatables.net/plug-ins/1.11.3/i18n/{{config("SETTINGS::LOCALE:DATATABLES")}}.json'
|
|
},
|
|
},
|
|
processing: true,
|
|
processing: true,
|
|
serverSide: false, //increases loading times too much? change back to "true" if it does
|
|
serverSide: false, //increases loading times too much? change back to "true" if it does
|