LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


getFlatList(name, full)

Returns a flat list of child rows currently visible or the full tree.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeGrid directive
full (optional)BooleanDetermines whether the list is a full tree or only the current one

Return Value

An array that represents the list of child rows. If full parameter is set to true, it will return a flat list of all rows, expanded and collapsed.

Remarks

This method is part of IntegralUITreeGridService.

Version Information

Supported in: v2.0.

See Also