Skip to content

Commit

Permalink
feat: pivot table header cell support edit #1583
Browse files Browse the repository at this point in the history
  • Loading branch information
fangsmile committed Apr 25, 2024
1 parent b2b411f commit e4b4cb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vtable/src/dataset/flatDataToObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ export class FlatDataToObjects {
record: this.beforeChangedTree[flatRowKey][flatColKey].record
};
}
return undefined;
}

changeTreeNodeValue(rowKey: string[] = [], colKey: string[] = [], indicator: string, newValue: any) {
Expand Down

0 comments on commit e4b4cb0

Please sign in to comment.