mirror of
https://github.com/inventree/InvenTree.git
synced 2026-01-28 09:03:41 +00:00
[UI] Sort category by path (#11170)
- Enable category table sorting by "pathstring"
This commit is contained in:
@@ -60,7 +60,7 @@ export function PartCategoryTable({ parentId }: Readonly<{ parentId?: any }>) {
|
||||
DescriptionColumn({}),
|
||||
{
|
||||
accessor: 'pathstring',
|
||||
sortable: false
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
accessor: 'structural',
|
||||
|
||||
Reference in New Issue
Block a user