Ok so I purchased the full version and it shows the child attributes but they’re not organized by their parent attribute.
For example, this is what they are doing:
()Education (parent)
()Athletic (parent)
()Government (parent)
() Elementary (child)
() High School (child)
() College (child)
() Athletic Centres (child)
() Police (child)
This is what I want it to do:
()Education (parent)
() Elementary (child)
() High School (child)
() College (child)
()Athletic (parent)
() Athletic Centres (child)
()Government (parent)
() Police (child)
Is there a setting to set them up this way? Or a way through css?