I have the below action code on my filament page. It will open a modal which in turn opens a livewire component with a filament table on it.
public function postTaxAdjustmentsAction(): Action { return Action::make('postTaxAdjustmentsAction') ... ->modalContent(view('livewire.budget.adjustments')); }
public function postTaxAdjustmentsAction(): Action { return Action::make('postTaxAdjustmentsAction') ... ->modalContent(view('livewire.budget.adjustments')); }