mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 13:21:33 +08:00
feat(views/table): integrate expander into note title section
This commit is contained in:
parent
28f4aea3d5
commit
5f9a6a9f76
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ export default class TableView extends ViewMode<StateInfo> {
|
||||||
movableColumns: true,
|
movableColumns: true,
|
||||||
movableRows,
|
movableRows,
|
||||||
dataTree: hasChildren,
|
dataTree: hasChildren,
|
||||||
|
dataTreeElementColumn: "title",
|
||||||
footerElement: buildFooter(this.parentNote),
|
footerElement: buildFooter(this.parentNote),
|
||||||
persistenceWriterFunc: (_id, type: string, data: object) => {
|
persistenceWriterFunc: (_id, type: string, data: object) => {
|
||||||
(this.persistentData as Record<string, {}>)[type] = data;
|
(this.persistentData as Record<string, {}>)[type] = data;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue