akveo / ng2-smart-table

Angular Smart Data Table component
https://akveo.github.io/ng2-smart-table/
MIT License
1.63k stars 877 forks source link

Changing Smart table action behavior #584

Open wilson-young opened 7 years ago

wilson-young commented 7 years ago

is it possible to change smart table action behavior like image

change add ( + ) and edit (pencil) to redirect to other components like AddCategoryComponent and EditCategoryComponent (with parameter), show it will show a form for user input / fill the information for category.

and also is it possible to add another button between edit and delete for view usage, so it clicked then redirect to viewCategoryComponent.

wilson-young commented 7 years ago

update: I have found the first question solution. it can change type to external and manually add event to table.

but i still cant get any solution for

is it possible to add another button between edit and delete for view usage, so it clicked then redirect to viewCategoryComponent. anyone got solution?

dhavinc commented 5 years ago

did you found a solution ?