b00na
Move default Form Actions?
Hi folks,
I have a resource where I have a Form, I am wanting to move the default actions from the bottom of the form into a column in the right. I can't see anything in the docs or online about how to achieve this.
Am I missing something?
5 replies
Different form fields for Edit & Create
Hi folks,
Just wondering how I might go about showing different form fields on an edit and create page.
On the edit page of an Orders Resource I simply display the Delivery and Shipping address using a placeholder field, passing through the Order model. In the create field, obviously I don't have a Order yet and as such want to be able to show a new "relationship manager" or alternatively different fields...How can this be achieved please?
Thanks
10 replies
ViewRecord - Adding Select Dropdown
Hi folks,
New to filamentphp and long time fan of VueJS/Inertia.js
I have created a "View" for my OrdersResource. With it being a View page I want to carry out some simple actions such as changing the status of an order.
I've looked in the docs etc but can't really find a way to implement a dropdown or something similar on the view page which would then update the status?
5 replies