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!
2 Replies
LeandroFerreira
share some code that you are using
BloodDrunk
BloodDrunkOP5w ago
Rather big action component

Did you find this page helpful?