Multiple actions inline
How can I have the two actions side by side? I tried without the group but doesn't work with the error
This code display a dropdown but isn't what I want.
Thanks.
Solution:Jump to solution
```php
use Filament\Actions;
protected function getHeaderActions(): array
{
return [...
5 Replies
?
😢
Solution
That is it! Valeu Leandro! Actions\ resolveu. Meu chefe só dropou isso no meu colo um projeto novo, 10 anos sem ver PHP. Poderia me falar o por que precisar dessa Actions?
namespace
Filament\Actions\Action