collectiveidea/awesome_nested_set

how to just listing children Category

Closed this issue · 1 comments

if i have parent Category "Development, and "Language"
which development have children 1. Web Apps 2 . Mobile Apps,
and Language have children 1. English 2. Arabic
how to list just the children from parent>

You can use:

parent.children

Where parent is a variable set to an instance of the parent