Class: NestedRows

NestedRows

Plugin responsible for displaying and operating on data sources with nested structures.

Methods

disablePlugin()

Disables the plugin functionality for this Handsontable instance.

enablePlugin()

Enables the plugin functionality for this Handsontable instance.

isEnabled(){Boolean}

Checks if the plugin is enabled in the handsontable settings. This method is executed in Hooks#beforeInit
hook and if it returns true than the NestedRows#enablePlugin method is called.

Returns: {Boolean}

updatePlugin()

Updates the plugin state. This method is executed when Core#updateSettings is invoked.