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();