Applying styles for ng2-smart-table
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 1.6k
- Fork
- 867
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
````
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.