Open iKonstX opened 2 years ago
Im using smart tables inside my ngx-admin project and when creating a table that uses custom actions, the css seems to be broken.
This is the code minimal code I'm using to reproduce this. No additional css inside the component.
<ng2-smart-table [settings]="settings" [source]="data" (custom)="restore($event)"></ng2-smart-table>
It seems to be caused by the ng2-smart-actions class that is inserted in the td tag, but Im not exactly sure how to get rid of it.
Look at this: https://github.com/akveo/ng2-smart-table/issues/1197#issuecomment-999919267
Im using smart tables inside my ngx-admin project and when creating a table that uses custom actions, the css seems to be broken.
This is the code minimal code I'm using to reproduce this. No additional css inside the component.
It seems to be caused by the ng2-smart-actions class that is inserted in the td tag, but Im not exactly sure how to get rid of it.