SMART datagrid v.1 > Classes > TreeDataRow
DataLudi.TreeDataRow.getChildObjects method
It returns descendant rows as the array of JSON object.
function getChildObjects (recursive: Boolean, childrenProp: String, iconProp: String): [TreeDataRow];
- Returns
- [TreeDataRow]
- Parameters
- recursive - Boolean. required.
- childrenProp - String. required.
- iconProp - String. required.
- See Also
- getChild
- getChildOutputObjects
- Tree Overview
- Examples
- Hello Tree