cannot change table style
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 1.6k
- Forks
- 867
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.