Skip to main content

Adding Actions

To add an action to your table, define it within the actions 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.
In some cases, you may want to add an “Edit” or other link for each row. This is where asLink becomes useful. When an action is marked with asLink, the custom response returned by the handler will be used.