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 c31df449a..d9111ffee 100644 --- a/apps/client/src/widgets/view_widgets/table_view/data.ts +++ b/apps/client/src/widgets/view_widgets/table_view/data.ts @@ -31,6 +31,14 @@ export async function buildData(parentNote: FNote, info: PromotedAttributeInform export function buildColumnDefinitions(info: PromotedAttributeInformation[]) { const columnDefs: ColumnDefinition[] = [ + { + title: "#", + formatter: "rownum", + headerSort: false, + hozAlign: "center", + resizable: false, + frozen: true + }, { field: "iconClass", title: "Icon",