@annalib/anna-core 18.2.9 → 18.2.11
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 +2 -2
- package/fesm2015/annalib-anna-core.mjs +1 -1
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +1 -1
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3458,7 +3458,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3458
3458
|
this.radioButtonMessageIconClicked = new EventEmitter();
|
|
3459
3459
|
this.numberOfSkeletonRows = Array(20).fill(0);
|
|
3460
3460
|
this.noDataWidth = "50%";
|
|
3461
|
-
this.filterAlignment = "auto";
|
|
3461
|
+
this.filterAlignment = "bottom auto";
|
|
3462
3462
|
this.disableColumnClearAllBtn = true;
|
|
3463
3463
|
this.margin = 5;
|
|
3464
3464
|
this.tableColumns = [];
|