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

@@ -5,7 +5,8 @@
{ 'orderable': false, 'targets': 0 }
],
'language': JSON.parse(L('datatables_localization')),
'scrollY': false
'scrollY': false,
'colReorder': true
});
$("#search").on("keyup", function()