[UI] Sort category by path (#11170)
- Enable category table sorting by "pathstring"
This commit is contained in:
parent
6311f75201
commit
c15805db67
|
|
@ -60,7 +60,7 @@ export function PartCategoryTable({ parentId }: Readonly<{ parentId?: any }>) {
|
|||
DescriptionColumn({}),
|
||||
{
|
||||
accessor: 'pathstring',
|
||||
sortable: false
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
accessor: 'structural',
|
||||
|
|
|
|||
Loading…
Reference in New Issue