From c15805db671a76093204936db8c188dd6d9db3a0 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 20 Jan 2026 15:33:39 +1100 Subject: [PATCH] [UI] Sort category by path (#11170) - Enable category table sorting by "pathstring" --- src/frontend/src/tables/part/PartCategoryTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/tables/part/PartCategoryTable.tsx b/src/frontend/src/tables/part/PartCategoryTable.tsx index a3fa0e9036..15abbf8390 100644 --- a/src/frontend/src/tables/part/PartCategoryTable.tsx +++ b/src/frontend/src/tables/part/PartCategoryTable.tsx @@ -60,7 +60,7 @@ export function PartCategoryTable({ parentId }: Readonly<{ parentId?: any }>) { DescriptionColumn({}), { accessor: 'pathstring', - sortable: false + sortable: true }, { accessor: 'structural',