akveo / ng2-smart-table

Angular Smart Data Table component
https://akveo.github.io/ng2-smart-table/
MIT License
1.63k stars 877 forks source link

how to delete ng2-smart-table css class ? #177

Open chaouiy opened 7 years ago

chaouiy commented 7 years ago

I use my own table style. using attrs.class adds a new class but it doesn't delete default ng2-smat-table class. How to delete it ?

hbweb commented 7 years ago

I found that this ng2-smart-table module added its own styling into generic table, tr, td attributes which I believe they should not. It looks like a lot of people is facing the same issue. for a reference: /node_modules/ng2-smart-table/ng2-smart-table.component.scss should be not be used in my opinion.