Merge branch 'feature/SUPPORT-9011_fix_load' into SUPPORT-8943_seamlessness
This commit is contained in:
commit
527e0d447f
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