mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 03:00:54 +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:
@ -225,12 +225,6 @@ USER_SETTINGS: dict[str, InvenTreeSettingsKeyType] = {
|
||||
'default': True,
|
||||
'validator': bool,
|
||||
},
|
||||
'TABLE_STRING_MAX_LENGTH': {
|
||||
'name': _('Table String Length'),
|
||||
'description': _('Maximum length limit for strings displayed in table views'),
|
||||
'validator': [int, MinValueValidator(0)],
|
||||
'default': 100,
|
||||
},
|
||||
'ENABLE_LAST_BREADCRUMB': {
|
||||
'name': _('Show Last Breadcrumb'),
|
||||
'description': _('Show the current page in breadcrumbs'),
|
||||
|
Reference in New Issue
Block a user