add custom button in actions column in ng2-smart-table angular 2
问题 in ng2-smart-table angular 2 i want to add a new button in actions column and by click on this button it will route to another page this is the add , edit and delete buttons but i tried to make the new button like this but it's not working settings = { add: { addButtonContent: '<i class="ion-ios-plus-outline"></i>', createButtonContent: '<i class="ion-checkmark" ></i>', cancelButtonContent: '<i class="ion-close"></i>', confirmCreate: true, }, edit: { editButtonContent: '<i class="ion-edit"><