I am using interfaces AbstractExpandableHeaderItem and AbstractSectionableItem to get expandable item with header .Result returned only header item with no subitem added to it.You can see the screenshot and example.
According to doc, i have added everything it says.
Also AbstractExpandableItem is not working with it.
Expected:
Return Header item with subitems attached and should be able handle expand and collaspe
ScreenShot Example
I am using interfaces
AbstractExpandableHeaderItem
andAbstractSectionableItem
to get expandable item with header .Result returned only header item with no subitem added to it.You can see thescreenshot
andexample
. According to doc, i have added everything it says.Also
AbstractExpandableItem
is not working with it.Expected: Return Header item with subitems attached and should be able handle expand and collaspe