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