run macros in table data editor #68

This commit is contained in:
Jan Prochazka
2021-03-25 19:07:51 +01:00
parent 2afa7a5f58
commit 952bdc4baa
9 changed files with 184 additions and 15 deletions

View File

@@ -19,4 +19,6 @@ export interface MacroDefinition {
export interface MacroSelectedCell {
column: string;
row: number;
rowData: any;
value: any;
}