mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 03:59:05 +01:00
feat(views/table): integrate expander into note title section
This commit is contained in:
parent
28f4aea3d5
commit
5f9a6a9f76
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user