opensaucemike
Serve forms from controller
I'm building a process where creating an order will need to serve multiple forms in stages and then save the data each time along with the step number so they can go back to the order. Depending on choices different forms will be served.
In ordinary PHP I would have a controller to do the selection of forms and data processing.
Can I somehow do that but serve filament forms instead of normal html forms and return the data after completion?
Thanks a lot
Mike
11 replies
Expand infolist to full width in livewire component
I've created a custom simplepage that has a livewire component that displays an infolist.
It will be viewed as a wallboard with no login.
All appears to work, however the infolist appears in a small box centered vertically and horizontally.
How can I make the infolist expand to take up the full page?
Further info available if it helps.
Mike
4 replies
Load data after page loads
I have an infolist which displays data from the database.
I have one field which pulls data from an API (displays status).
I want to load the local data and then add the data from the API when it arrives in order to speed up the page loading.
Any ideas please?
Mike
7 replies