feat(views/table): add basic row creation mechanism

This commit is contained in:
Elian Doran
2025-06-28 00:07:14 +03:00
parent d31ba39a91
commit 7f2c41940d
3 changed files with 18 additions and 2 deletions

View File

@@ -107,6 +107,7 @@ export default class NoteListWidget extends NoteContextAwareWidget {
const noteListRenderer = new NoteListRenderer({
$parent: this.$content,
parentNote: note,
parentNotePath: this.notePath,
noteIds: note.getChildNoteIds()
});
this.$widget.toggleClass("full-height", noteListRenderer.isFullHeight);