feat(views/table): basic editing of columns (rename not supported)

This commit is contained in:
Elian Doran
2025-07-15 18:51:51 +03:00
parent a04804d3fa
commit 7cd0e664ac
4 changed files with 46 additions and 9 deletions

View File

@@ -284,6 +284,7 @@ export type CommandMappings = {
parentNotePath?: string;
};
addNewTableColumn: CommandData & {
columnToEdit?: ColumnComponent;
referenceColumn?: ColumnComponent;
direction?: "before" | "after";
};