daudau
Explore posts from servershidden field depends on current page
For example, I have Site resource which show server_ip of server which it belongs to.
In the server edit page, I have a SitesRelationManager to show list sites of the server.
I reuse the method SiteResource::table($table), so how could I hiden the server_ip column only in the EditServer page?
3 replies
how to defer expensive api call in form Wizard step
I'm using the form wizard, example in my step 1, there are some options for user select (which already has default values)
Then in step 2, I use these options to call expensive api call.
But it seem the api already call in the step one, even the step 2 not render yet.
Any one has solution for this situation like this, thank you so much
5 replies
how to use Filament `primary`, `success` color
Hi, I want to use some color of Filament in custom form field to consistency look and field, but I don't know how to make it, because user can change the color in the PanelServiceProvider. Anyone has a good approach for this situation, thank you
13 replies