Modify Modal Title
Hello everyone, I have created this class to handle the Resource sub-navigation. I would like to understand how to modify the title in the modal for creating/editing the address.
Solution:Jump to solution
```php
public static function table(Table $table): Table
{
return $table
->columns([...
6 Replies
I think it's
->modalHeadline()
or `->modalTitle()
on the actionperfect thanks
Last thing, how do I edit this?
Solution
These basics are well documented in the documentation.
https://filamentphp.com/docs/3.x/tables/empty-state
There is record title and record plural title