TableHeaderActions
I have a simple TableHeaderActions within a Table livewire component:
$this->getFormSchema() returns an array of form's fields.
When I click the button, the loading indicator is shown, but no modal opens, did I miss smth ?
$this->getFormSchema() returns an array of form's fields.
When I click the button, the loading indicator is shown, but no modal opens, did I miss smth ?