The form fields are not mounted into the edit form
I am using standalone filament tables builder.
Here is the ProductTable component which use as a Livewire component.
But I can not see form fields, when I click on the edit action.
2 Replies
so for ref:
the method
form
is to add a full form to the ProductsTable
component
the actions wont be able to read that form
you will need to use table actions
thanks, using this for now.