We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Look at this: #1197 (comment)
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: