ca-components 2.0.76 → 2.0.78

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.
@@ -27095,6 +27095,7 @@ class CaMainTableComponent {
27095
27095
  }
27096
27096
  ngOnInit() {
27097
27097
  this.data$.subscribe((data) => {
27098
+ console.log('data changed', data);
27098
27099
  // Trigger change detection to update the view when data changes
27099
27100
  this.tableData = JSON.parse(JSON.stringify(data));
27100
27101
  this.cdRef.detectChanges();