Merge branch 'feature/SUPPORT-9011_fix_load' into SUPPORT-8943_seamlessness

This commit is contained in:
adel.kalimullin 2025-03-17 13:52:15 +03:00
commit 527e0d447f

View file

@ -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();