From bc36676fa1484c70003927f0d4bf798deb5d6c7a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 28 Jun 2025 17:45:11 +0300 Subject: [PATCH] chore(views/table): disable sorting for note action button --- apps/client/src/widgets/view_widgets/table_view/data.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/widgets/view_widgets/table_view/data.ts b/apps/client/src/widgets/view_widgets/table_view/data.ts index 8c5852808..c31df449a 100644 --- a/apps/client/src/widgets/view_widgets/table_view/data.ts +++ b/apps/client/src/widgets/view_widgets/table_view/data.ts @@ -69,6 +69,7 @@ export function buildColumnDefinitions(info: PromotedAttributeInformation[]) { title: "Open note", width: 40, hozAlign: "center", + headerSort: false, formatter: () => ``, cellClick: (e, cell) => { const noteId = cell.getRow().getCell("noteId").getValue();