2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-01 17:41:33 +00:00

Sticky headers (#9022)

* Add user setting

* Use value of user setting

* Fix user for global

* Stickiness

* Updated docs
This commit is contained in:
Oliver
2025-07-29 10:43:36 +10:00
committed by GitHub
parent d01869a917
commit 0ef5b12747
4 changed files with 19 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ The *Display Settings* screen shows general display configuration options:
| ---- | ----------- | ------- | ----- |
{{ usersetting("ICONS_IN_NAVBAR") }}
{{ usersetting("STICKY_HEADER") }}
{{ usersetting("STICKY_TABLE_HEADER") }}
{{ usersetting("DATE_DISPLAY_FORMAT") }}
{{ usersetting("FORMS_CLOSE_USING_ESCAPE") }}
{{ usersetting("DISPLAY_STOCKTAKE_TAB") }}