mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
feat(views/table): integrate expander into note title section
This commit is contained in:
@@ -137,6 +137,7 @@ export default class TableView extends ViewMode<StateInfo> {
|
||||
movableColumns: true,
|
||||
movableRows,
|
||||
dataTree: hasChildren,
|
||||
dataTreeElementColumn: "title",
|
||||
footerElement: buildFooter(this.parentNote),
|
||||
persistenceWriterFunc: (_id, type: string, data: object) => {
|
||||
(this.persistentData as Record<string, {}>)[type] = data;
|
||||
|
||||
Reference in New Issue
Block a user