@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
|
@@ -3462,7 +3462,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3462
3462
|
this.radioButtonMessageIconClicked = new EventEmitter();
|
|
3463
3463
|
this.numberOfSkeletonRows = Array(20).fill(0);
|
|
3464
3464
|
this.noDataWidth = "50%";
|
|
3465
|
-
this.filterAlignment = "auto";
|
|
3465
|
+
this.filterAlignment = "bottom auto";
|
|
3466
3466
|
this.disableColumnClearAllBtn = true;
|
|
3467
3467
|
this.margin = 5;
|
|
3468
3468
|
this.tableColumns = [];
|