Displaying nested sections #257

Closed
opened 2025-12-29 15:27:43 +01:00 by adam · 0 comments
Owner

Originally created by @eraydiler on GitHub (Feb 14, 2019).

Hello,
I need to display nested sectioned data like;

Section
SubSection
Item
Item
Section
SubSection
Item
SubSection
Item
Item
Item
...

Also need to track any changes and reflect them in the UI with listmonitor.

I found this question with a coredata related solution;
https://stackoverflow.com/questions/37203272/nested-sections-in-uitableview-and-core-data

When I tried to apply it with CoreStore, I couldn't give multiple arguments to list monitor's sectionBy(...). which matches with groupBy in coredata as far as I can understand.
Is there a way to apply coredata solution mentioned in the link with CoreStore?
Or do I need something else to represent items in nested sections like the sketch above?

Originally created by @eraydiler on GitHub (Feb 14, 2019). Hello, I need to display nested sectioned data like; Section SubSection Item Item Section SubSection Item SubSection Item Item Item ... Also need to track any changes and reflect them in the UI with listmonitor. I found this question with a coredata related solution; https://stackoverflow.com/questions/37203272/nested-sections-in-uitableview-and-core-data When I tried to apply it with CoreStore, I couldn't give multiple arguments to list monitor's sectionBy(...). which matches with groupBy in coredata as far as I can understand. Is there a way to apply coredata solution mentioned in the link with CoreStore? Or do I need something else to represent items in nested sections like the sketch above?
adam closed this issue 2025-12-29 15:27:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#257