mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
chore(views/table): set row ID as index
This commit is contained in:
@@ -94,6 +94,7 @@ export default class TableView extends ViewMode<StateInfo> {
|
||||
const info = getPromotedAttributeInformation(this.parentNote);
|
||||
|
||||
this.api = new Tabulator(el, {
|
||||
index: "noteId",
|
||||
columns: buildColumnDefinitions(info),
|
||||
data: await buildRowDefinitions(this.parentNote, notes, info)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user