LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


exportToJSON(name, columnFields, rowFields, flat, spacing)

Exports the whole tree structure as tree or flat list in JSON format.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeGrid directive
columnFields (optional)ArrayA list of all field names of column object that you want to export to JSON
rowFields (optional)ArrayA list of all field names of row object that you want to export to JSON
flat (optional)BooleanDetermines whether exported data is in tree or flat format.
spacing (optional)StringA string that determines the space between objects in exported JSON

Return Value

Returns a String in JSON format that reperesents the exported data of the TreeGrid.

Remarks

This method is part of IntegralUITreeGridService.

Version Information

Supported in: v1.0.