row.child() creates a sibling of row rather than a child. Any API which creates a actual child

row.child() creates a sibling of row rather than a child. Any API which creates a actual child

sarijitsarijit Posts: 4Questions: 1Answers: 0

When I add row.Child() to a parent row, it creates a sibling of the parent instead of creating a Child row. Please let me know if there is any api to create the child.

Answers

  • colincolin Posts: 15,146Questions: 1Answers: 2,586

    Hi @sarijit ,

    It definitely looks like it's creating a child a child too me - see here.

    Cheers,

    Colin

This discussion has been closed.