Save DataTable states server side

This commit is contained in:
Bernd Bestel
2020-11-15 14:58:35 +01:00
parent 6866109b97
commit dd8fa5ff66
3 changed files with 25 additions and 5 deletions

View File

@@ -110,6 +110,7 @@ _- (Because the stock quantity unit is now the base for everything, it cannot be
- Table columns can now be shown/hidden (new little eye icon on the top left corner on each table)
- There are also new columns on some pages, hidden by default
- Stock overview: Value, product group, calories
- Table states (visible columns, sorting, column order and so on) are now saved server side (in user settings) means that this stays the same when using different browsers
- Dialogs are now used everywhere where appropriate instead of jumping between pages (for exampel when adding/editing shopping list items)
- Added a "Clear filter"-button on all pages (with filters) to quickly reset applied filters
- The data path (previously fixed to the `data` folder) is now configurable, making it possible to run multiple grocy instances from the same directory (with different `config.php` files / different database, etc.) (thanks @fgrsnau)