passing data to infolist action
hey friends
,
i want to use filament to display repeatable data, like in some kind of accordion.
i use the infolist builder, passing my data via
the setup works fine. i have multiple cards and i can open the modal. my problem is, that i'm not able to pass the data (here
do you folks have any idea? or maybe even a completely different approach?
i want to use filament to display repeatable data, like in some kind of accordion.
i use the infolist builder, passing my data via
state(). now my data includes details that i want to show inside a modal. i want to trigger the modal from within the section body, not the header. my idea is as follows:the setup works fine. i have multiple cards and i can open the modal. my problem is, that i'm not able to pass the data (here
bar) inside the modal. i have two ideas, either create a custom view bar-details.blade or, even better, use another infolist builder inside the modal.do you folks have any idea? or maybe even a completely different approach?