@annalib/anna-core 14.3.0 → 15.0.1
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.
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +3 -1
- package/fesm2015/annalib-anna-core.mjs +2 -0
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +2 -0
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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();
|