I'm trying to create a grouped tableview, but when it comes to the number rows in sections I haven't been able to get the correct values. From the list below 'OrdreLinje', 'OrdreStatus' and 'KundeLeveranse' are the sections and the items below would be the rows visible to the user. So the number of rows in the sections would be 4,1,1 respectively, my question is how do I count these keys to produce the correct result.
- Root(Dict)
- -->Rows(Array)
- ---->Item 0(Dict)
- ------>OrdreLinje(Array)
- -------->item0(Dict)
- -------->item1(Dict)
- -------->item2(Dict)
- -------->item3(Dict)
- ------>KundeLeveranse(Array)
- -------->item0(Dict)
- ------>OrdreStatus(Array)
- -------->item0(Dict)
- -->Rows(Array)
Sorry, I did try to insert an image but i'm not reputable enough :)
Any help is greatly appreciated, B