Applying styles for ng2-smart-table
未关闭
- 主要语言
- TypeScript
- 星标
- 1.6k
- 派生
- 867
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
````
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。