2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

[UI] Adjustable column width (#9744)

* Add prop to column def

* Enable resizable columns

* Enable cell wrapping if required

* Tweak CompanyTable

* Remove old setting

* Tweak for PartTable
This commit is contained in:
Oliver
2025-06-07 19:15:33 +10:00
committed by GitHub
parent 638cb23923
commit 4660b9477b
7 changed files with 32 additions and 24 deletions

View File

@ -25,7 +25,6 @@ The *Display Settings* screen shows general display configuration options:
{{ usersetting("PART_SHOW_QUANTITY_IN_FORMS") }}
{{ usersetting("DISPLAY_SCHEDULE_TAB") }}
{{ usersetting("DISPLAY_STOCKTAKE_TAB") }}
{{ usersetting("TABLE_STRING_MAX_LENGTH") }}
{{ usersetting("ENABLE_LAST_BREADCRUMB") }}
### Search Settings