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