What I’m trying to do:
I want to create a list with nested sub-items that follow a hierarchy. Sorry if there’s already a solution, but I couldn’t find anything similar.
What I’ve tried and what’s not working:
I tried using manual nested repeating panels, with especific rules, but I only managed to do it by looping through all the items recursively when a checkbox is changed, and the performance was poor.
Interesting method he used, but it doesn’t apply well to my case, as my structures will be highly manipulable and without a clear limit. However, I was able to significantly improve performance with some of the ideas he had. Thank you!