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 ?
3 Replies
Don't know if there is an impact, I forgot to mention that this Table livewire is loaded within a View form component
tables dont work within forms though i think
because html doesnt allow nested <form> elements
Thanks Dan