ForEachStore and sectioned data #1862
Unanswered
tylerjames
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a List to display an
IdentifiedArrayOf<MyModel>
and thought it would be a good idea to group the data into sections. Then I thought it would be a good idea to give the user the option of how the items are grouped. Maybe it's byname
or bytype
.I'm using a
ForEachStore
on myIdentifiedArrayOf<MyModel>
but I'm not quite sure how to adapt this if I had dynamic sections, each with its ownname
and each containing anIdentifiedArrayOf<MyModel>
Is there an example of how to handle this situation?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions