font weight for frozens
This commit is contained in:
parent
27ff54f566
commit
f92ad02edd
@ -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