Add a button to a column

Hi. I need to add a button to a specific column in a table. Can you please tell me how I can do this, are there any ready-made solutions or do I need to write the view myself?
Solution:
To a specific column you can add ->action() to the column which will be the button action, say on a toggle or an icon column.
Jump to solution
3 Replies
Solution
toeknee
toeknee2w ago
To a specific column you can add ->action() to the column which will be the button action, say on a toggle or an icon column.
toeknee
toeknee2w ago
Or you can add a row action which is a true button action
keeksiiik
keeksiiikOP2w ago
Okay, thank you. I'll try this.

Did you find this page helpful?