Skip to content

Handling multiple levels of nested collections #626

Answered by surajbarkale
mamouneyya asked this question in Q&A
Discussion options

You must be logged in to vote

I had a similar use case and I created a ViewState that represented the parent-child relationship and the Store had an array of all the children. The ViewState is recomputed every time the domain is updated. In my use case, the number of items is bounded to be less than 50. So this approach worked for me.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mamouneyya
Comment options

Answer selected by mamouneyya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants