© 2026 Hedgehog Software, LLC
?tableAction=view_prices&tableActionRecord=84
use Livewire\Attributes\On; #[On('openTableRow')] public function openTableRow(string $id): void { $this->mountAction('view_prices', [], [ 'table' => true, 'recordKey' => $id ]); }
Action::make('open') ->dispatch('openTableRow', ['id' => '84'])