I am trying to build a CellBrowser as given below.
Week 1 -> Mathematics
Week 2 [] Algebra
Week 3 [] Trigonometry
Science
[] Physics
[] Chemistry
The problem is, I am not able to get the headings (Mathematics and Science) as given in the above code. The heading are from different Object, and my CompositeCell (CheckBox and TextCell) seems to be expecting/applying for all items.
Basically, I am trying to build the list in CellBrowser with some of them having (CheckBox and TextCell) while some of them having only (TextCell).
Please advise.