Need a special offer?Find out if your project fits.
+
All documentation
  • API Reference for older versions
  • expandData

    expandData(uniqueName: String)

    [starting from version: 1.6]

    Expands all nodes of the specified hierarchy. Please note, this method works only for CSV and JSON data sources.

    Parameters

    Parameter/TypeDescription
    uniqueName
    String
    The unique name of the hierarchy to be expanded.

    Example

    flexmonster.expandData('Country');

    Try on JSFiddle.

    See also

    expandAllData
    collapseAllData
    collapseData