unexpected_journey
unexpected_journey
FFilament
Created by Emaz on 8/12/2023 in #❓┊help
Sidebar content for an estimator app?
I would probably use either a view field or a custom field component to render a table with your calculated values. You could use the filament blade components for tables in your view to keep the look of the UI consistent and you should be able to access the state of the rest of the form injecting the Get function which is in the advanced forms documentation. You’ll probably need to make most of the fields of your component reactive so that your custom view gets re-rendered when the state of the form changes.
5 replies
FFilament
Created by Josh on 8/11/2023 in #❓┊help
Best Approach for View Customer
It might work to turn LastOrder an info list component and add that to the existing info list using a grid like mentioned before.
8 replies