andries
Multi field FieldComponent
yes but what kind of component would that be? First I thought I could make a Group component, and add multiple fields to it that are hidden. But I don't see any way in extending a FieldComponent and actually add other hidden fields.
20 replies
Multi field FieldComponent
hi Tally, that is indeed what I found, but we would like to do this differently, as we need to search on certain fields in the database (and I think that it is faster to search on a number field then on a JSON field)
20 replies
Summariser showing related data in group
I think this is what I want 🙂
So my solution was to base the table on the parent table (orders) and have a panel that renders a custom "orderlines" component.
Important to know is to adapt your query in your OrderResource, so that it already contains the orderlines.
13 replies
Summariser showing related data in group
I guess this will lead to the answer: https://filamentphp.com/docs/3.x/tables/layout#embedding-other-components
13 replies