cannot change table style
Aperta
- Lingua principale
- TypeScript
- Stelle
- 1.6k
- Fork
- 867
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I am using the following code to try and change the font and table style but could not do it.
:host ::ng-deep {
ng2-smart-table table tr {
color: black !important;
page-break-inside: avoid;
font-weight: bolder;
}
ng2-smart-table tbody>tr>th {
color: #000000 !important;
text-decoration: none;
font-size: medium;
font-weight: bolder;
}
}
but it won't change my style no matter what. pleast help
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.