mirror of
https://github.com/grocy/grocy.git
synced 2025-08-16 18:54:35 +00:00
Enable column reordering for all data tables
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
{ 'orderable': false, 'targets': 0 }
|
||||
],
|
||||
'language': JSON.parse(L('datatables_localization')),
|
||||
'scrollY': false
|
||||
'scrollY': false,
|
||||
'colReorder': true
|
||||
});
|
||||
|
||||
$("#search").on("keyup", function()
|
||||
|
Reference in New Issue
Block a user