Enable column reordering for all data tables

This commit is contained in:
Bernd Bestel
2018-07-14 08:48:14 +02:00
parent 594e77ca41
commit c3de4b86b0
13 changed files with 41 additions and 11 deletions

View File

@@ -6,7 +6,8 @@
{ 'visible': false, 'targets': 4 }
],
'language': JSON.parse(L('datatables_localization')),
'scrollY': false
'scrollY': false,
'colReorder': true
});
$("#location-filter").on("change", function()