codexly-ui 0.8.0 → 0.8.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/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -13149,7 +13149,7 @@ class ClxTableComponent {
|
|
|
13149
13149
|
@if (_getColumnDef(col.key)?.headerCell()?.templateRef; as tpl) {
|
|
13150
13150
|
<ng-container [ngTemplateOutlet]="tpl"></ng-container>
|
|
13151
13151
|
} @else {
|
|
13152
|
-
<span>{{ col.header
|
|
13152
|
+
<span>{{ col.header ?? col.key }}</span>
|
|
13153
13153
|
}
|
|
13154
13154
|
@if (col.sortable) {
|
|
13155
13155
|
<span class="opacity-50">
|
|
@@ -13296,7 +13296,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
13296
13296
|
@if (_getColumnDef(col.key)?.headerCell()?.templateRef; as tpl) {
|
|
13297
13297
|
<ng-container [ngTemplateOutlet]="tpl"></ng-container>
|
|
13298
13298
|
} @else {
|
|
13299
|
-
<span>{{ col.header
|
|
13299
|
+
<span>{{ col.header ?? col.key }}</span>
|
|
13300
13300
|
}
|
|
13301
13301
|
@if (col.sortable) {
|
|
13302
13302
|
<span class="opacity-50">
|