Jordy
Manipulate member with a button wire:click inside a ViewField in a HasForms Page
use an action?
https://filamentphp.com/docs/3.x/forms/actions#overview
6 replies
Having trouble setting up a belongs to many select
but it shows me a list of the machine centers instead!because you asked for that
->relationship('machineCenters', ...
filament does not know your set up, neither do I.. I'm going to make the assumption that qualityControlSteps
are related to machineCenters
. in which case you would need to use
->relationship('machineCenters.qualityControlSteps', 'titleColumn')
7 replies
Hide table column based on value of another column
14 replies
Add new tab on resource list
what do you mean with "resource list" and "tabs"?
Have you read through the docs?
https://filamentphp.com/docs/3.x/panels/resources/getting-started#grouping-resource-navigation-items
https://filamentphp.com/docs/3.x/panels/clusters
5 replies
Change table columns/filters based on active tab?
should work for filters aswell, $livewire injects the livewire component
https://filamentphp.com/docs/3.x/forms/advanced#injecting-the-current-livewire-component-instance
6 replies