@annalib/anna-core 18.2.4 → 18.2.5
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-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.mjs +4 -2
- package/fesm2015/annalib-anna-core.mjs +4 -1
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +3 -1
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2893,7 +2893,9 @@ class AnnaColumnCheckboxFilterComponent {
|
|
|
2893
2893
|
this.margin = 5;
|
|
2894
2894
|
}
|
|
2895
2895
|
ngOnInit() {
|
|
2896
|
-
|
|
2896
|
+
if (this.filterTabObjects?.length) {
|
|
2897
|
+
this.populateTooltipDataBasedOnSelectedRadio(this.filterTabObjects[0], false);
|
|
2898
|
+
}
|
|
2897
2899
|
}
|
|
2898
2900
|
populateTooltipDataBasedOnSelectedRadio(activeTab, reload) {
|
|
2899
2901
|
let header = activeTab.key;
|