mirror of
https://github.com/zadam/trilium.git
synced 2026-01-03 21:24:24 +01:00
feat(views/table): expand child notes by default
This commit is contained in:
parent
fcbbc21a80
commit
ded5b1f5d2
@ -159,6 +159,7 @@ export default class TableView extends ViewMode<StateInfo> {
|
||||
opts = {
|
||||
...opts,
|
||||
dataTree: hasChildren,
|
||||
dataTreeStartExpanded: true,
|
||||
dataTreeElementColumn: "title",
|
||||
dataTreeExpandElement: `<button class="tree-expand"><span class="bx bx-chevron-right"></span></button>`,
|
||||
dataTreeCollapseElement: `<button class="tree-collapse"><span class="bx bx-chevron-down"></span></button>`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user