ca-components 2.0.79 → 2.0.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27098,7 +27098,7 @@ class CaMainTableComponent {
|
|
|
27098
27098
|
this.onPressEvent.emit(rowData);
|
|
27099
27099
|
}
|
|
27100
27100
|
ngOnInit() {
|
|
27101
|
-
this.data
|
|
27101
|
+
this.data$?.subscribe((data) => {
|
|
27102
27102
|
console.log('data changed', data);
|
|
27103
27103
|
// Trigger change detection to update the view when data changes
|
|
27104
27104
|
this.tableData = JSON.parse(JSON.stringify(data));
|