FilamentF
Filament5mo ago
2 replies
BloodDrunk

Refreshing repeater data

I have a modal which has 2 repeaters.
First repeater has the ability to add new data (organizations), and second repeater is reading data from the user's computed attribute (organizations_list).

Thing is, when I upodate first repeater with new organization, the second repeater should re-fetch the computed property to display new organization.

I need some sort of re-rendering the repeater component itself. Is that possible?
Manually editing repeater's cell data isn't viable because i would just be duplicating computed property's logic.

Thanks!
Was this page helpful?