Applying styles for ng2-smart-table
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 1.6k
- Forks
- 867
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
In my Angular app. I am using two ng2-smart-tables. I am able to apply styles to the ng2-smart-table. But i want to apply different style to different ng2-smart-table. How can i implement it. HTML
HTML
````
````
CSS
````
:host /deep/ ng2-smart-table table th {
background-color: #a9d6f7;
}
// i want to add different background color for different table.
````
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.