@annalib/anna-core 14.3.0 → 15.0.0

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.
@@ -1898,6 +1898,8 @@ class AnnaNonEditableGenericTableComponent {
1898
1898
  ngOnInit() {
1899
1899
  }
1900
1900
  ngOnChanges(changes) {
1901
+ console.log("changes :", changes);
1902
+ console.log("table headers :", this.tableHeaders);
1901
1903
  if (changes && changes["gtDimension"] && changes["gtDimension"].currentValue && this.setTableHeightWhenRowSizeIsFixed) {
1902
1904
  this.setTableHeight();
1903
1905
  this.setTableBottomBorder();