Documentation Index
Fetch the complete documentation index at: https://filamentphp.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
The table’s “empty state” is rendered when there are no rows in the table.Setting the empty state heading
To customize the heading of the empty state, use theemptyStateHeading() method:
Setting the empty state description
To customize the description of the empty state, use theemptyStateDescription() method:
Setting the empty state icon
To customize the icon of the empty state, use theemptyStateIcon() method:
Adding empty state actions
You can add Actions to the empty state to prompt users to take action. Pass these to theemptyStateActions() method:
Using a custom empty state view
You may use a completely custom empty state view by passing it to theemptyState() method: