I am trying to add or change the style of the button in ng2-smart-table, but the button style is not changing. For an instance i provided the link below where i want to change the "Edit", "Delete", "Cancel" and "Add New" to some button style (may be font-awesome or bootstrap button).
I tried to change the code in the below explained way, but still this does not resolve the issue.
https://stackoverflow.com/questions/52086092/add-custom-action-button-ng2-smart-table
Sample Application :
https://stackblitz.com/edit/ng2-smart-table-global-search
https://ng2-smart-table-global-search.stackblitz.io/
As well, when i try to edit the row values, text box size for first four cells are proper, but when it comes to other cells (from 5th) it is very small. want to keep proper text box size for that too.