2
0
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:
Oliver
2026-01-20 15:33:39 +11:00
committed by GitHub
parent 6311f75201
commit c15805db67

View File

@@ -60,7 +60,7 @@ export function PartCategoryTable({ parentId }: Readonly<{ parentId?: any }>) {
DescriptionColumn({}), DescriptionColumn({}),
{ {
accessor: 'pathstring', accessor: 'pathstring',
sortable: false sortable: true
}, },
{ {
accessor: 'structural', accessor: 'structural',