LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


loadData(data, parent, fields, flat)

Loads data from local or remote data source into the TreeView.

Parameters

ParamTypeDetails
dataArrayAn array of item objects from local or remote data source
parent (optional)ObjectThe item which will represent the parent of the newly added items from the data source
fields (optional)ObjectAn object that matches the names of data fields from specified data source to the ones in TreeView
flat (optional)BooleanDetermines whether the data source is a tree hierarchy or a flat list

Return Value

This method does not return a value.

Remarks

You can use this method to load data on demand, updating the whole TreeView in the process or the content of specified item. If objects in your data source has different names, then specify the fields object to map the field names from your data source to the ones used by the TreeView. The dataFields property provides information on data fields in use by the TreeView.

Version Information

Supported in: v1.0.

See Also