Open chaouiy opened 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.
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 ?