font weight for frozens
This commit is contained in:
parent
27ff54f566
commit
f92ad02edd
@ -95,7 +95,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template pTemplate="body" let-customer>
|
<ng-template pTemplate="body" let-customer>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="min-width: 12rem;">
|
<td style="min-width: 12rem;">
|
||||||
|
@ -9,7 +9,16 @@ import { MessageService, ConfirmationService } from 'primeng/api'
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: './tabledemo.component.html',
|
templateUrl: './tabledemo.component.html',
|
||||||
providers: [MessageService, ConfirmationService]
|
providers: [MessageService, ConfirmationService],
|
||||||
|
styles: [`
|
||||||
|
:host ::ng-deep .p-frozen-column {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
:host ::ng-deep .p-datatable-frozen-tbody {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
`]
|
||||||
})
|
})
|
||||||
export class TableDemoComponent implements OnInit {
|
export class TableDemoComponent implements OnInit {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user