SUPPORT-9011: fixes
This commit is contained in:
parent
0b9b91612f
commit
455f48a270
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export class ErvuStaticGrid extends GridV2 implements CustomLoadingComponent {
|
|||
|
||||
setKeyValue(gridRows: GridRows): Promise<void> {
|
||||
this.setValue(gridRows);
|
||||
if(this.editableGridRef){
|
||||
if (this.editableGridRef) {
|
||||
this.editableGridRef.addRows(gridRows.rows);
|
||||
}
|
||||
return Promise.resolve();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue