FilamentF
Filament12mo ago
frame

Mystery `Action::table` method missing

I want to create my own import action by modifying Filament's ImportAction. But I'm missing the table method, does anyone know how I'm supposed to provide it? 🤔

Method App\Filament\MyImportAction::table does not exist.
C:\Herd\project\vendor\filament\support\src\Concerns\Macroable.php:72
Solution
You should extend Filament\Tables\Action
Was this page helpful?