SUPPORT-9011: fixes

This commit is contained in:
adel.kalimullin 2025-03-17 12:08:25 +03:00
parent 0b9b91612f
commit 455f48a270

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