feat(views/table): integrate expander into note title section

This commit is contained in:
Elian Doran 2025-07-14 11:39:12 +03:00
parent 28f4aea3d5
commit 5f9a6a9f76
No known key found for this signature in database

View File

@ -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;