UI: Fixed detect changes for tables
This commit is contained in:
parent
09c5f0fdc9
commit
4d4d16520d
@ -340,6 +340,7 @@ export class AlarmsTableWidgetComponent extends PageComponent implements OnInit,
|
|||||||
public onDataUpdated() {
|
public onDataUpdated() {
|
||||||
this.alarmsDatasource.updateAlarms();
|
this.alarmsDatasource.updateAlarms();
|
||||||
this.clearCache();
|
this.clearCache();
|
||||||
|
this.ctx.detectChanges();
|
||||||
}
|
}
|
||||||
|
|
||||||
public onEditModeChanged() {
|
public onEditModeChanged() {
|
||||||
|
|||||||
@ -275,6 +275,7 @@ export class EntitiesTableWidgetComponent extends PageComponent implements OnIni
|
|||||||
public onDataUpdated() {
|
public onDataUpdated() {
|
||||||
this.entityDatasource.dataUpdated();
|
this.entityDatasource.dataUpdated();
|
||||||
this.clearCache();
|
this.clearCache();
|
||||||
|
this.ctx.detectChanges();
|
||||||
}
|
}
|
||||||
|
|
||||||
public onEditModeChanged() {
|
public onEditModeChanged() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user