Adding Actions
To add an action to your table, define it within theactions method.
Action buttons are displayed on the far right side of each row.
Bulk Actions
By default, an action processes only the row to which it belongs. However, actions can be marked as bulk actions, allowing them to be executed on multiple selected rows at once.Links
In some cases, you may want to add an “Edit” or other link for each row. This is whereasLink becomes useful.
When an action is marked with asLink, the custom response returned by the handler will be used.