mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
feat(views/table): add column to open note
This commit is contained in:
@@ -81,7 +81,7 @@ export default class TableView extends ViewMode<StateInfo> {
|
||||
const viewStorage = await this.viewStorage.restore();
|
||||
const initialState = viewStorage?.gridState;
|
||||
|
||||
const modules = [SortModule, FormatModule];
|
||||
const modules = [SortModule, FormatModule, InteractionModule];
|
||||
for (const module of modules) {
|
||||
Tabulator.registerModule(module);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user