feat(views/table): basic renaming of fields

This commit is contained in:
Elian Doran
2025-07-15 21:48:09 +03:00
parent 14cdc52670
commit 504a19275c
4 changed files with 45 additions and 2 deletions

View File

@@ -197,8 +197,8 @@ export default class TableView extends ViewMode<StateInfo> {
attr.type === "label" &&
(attr.name?.startsWith("label:") || attr.name?.startsWith("relation:")) &&
attributes.isAffecting(attr, this.parentNote))) {
console.log("Col update");
this.#manageColumnUpdate();
return await this.#manageRowsUpdate();
}
if (loadResults.getBranchRows().some(branch => branch.parentNoteId === this.parentNote.noteId || this.noteIds.includes(branch.parentNoteId ?? ""))