[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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