Skip to content

Members

PLUGIN_KEY

Source code

NestedRows.PLUGIN_KEY

Returns the plugin key used to identify and access this plugin within Handsontable.

PLUGIN_PRIORITY

Source code

NestedRows.PLUGIN_PRIORITY

Returns the priority value that determines the plugin’s initialization order relative to other plugins.

Methods

destroy

Source code

nestedRows.destroy()

Destroys the plugin instance.

disablePlugin

Source code

nestedRows.disablePlugin()

Disables the plugin functionality for this Handsontable instance.

enablePlugin

Source code

nestedRows.enablePlugin()

Enables the plugin functionality for this Handsontable instance.

isEnabled

Source code

nestedRows.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 then the NestedRows#enablePlugin method is called.

updatePlugin

Source code

nestedRows.updatePlugin()

Updates the plugin’s state.

This method is executed when updateSettings() is invoked with any of the following configuration options: