Pages · Laravilt
Table Actions
Wire row, bulk, and header actions into a table.
A table has three places for actions. The action classes themselves are documented in Actions.
| Method | Where it renders | Page |
|---|---|---|
recordActions() | Each row | Row Actions |
bulkActions() / toolbarActions() | When rows are selected | Bulk Actions |
headerActions() | Above the table | Header Actions |
php
To keep the actions column visible while scrolling horizontally, see Fixed Actions.