mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Save data tables state (client side for now)
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
],
|
||||
'language': JSON.parse(L('datatables_localization')),
|
||||
'scrollY': false,
|
||||
'colReorder': true
|
||||
'colReorder': true,
|
||||
'stateSave': true
|
||||
});
|
||||
|
||||
$("#search").on("keyup", function()
|
||||
|
Reference in New Issue
Block a user