Plugin responsible for displaying and operating on data sources with nested structures.
Methods
-
destroy()
-
Destroys the plugin instance.
-
disableCoreAPIModifiers()
-
Enable the modify hook skipping flag - allows retrieving the data from Handsontable without this plugin's
modifications. -
disablePlugin()
-
Disables the plugin functionality for this Handsontable instance.
-
enableCoreAPIModifiers()
-
Disable the modify hook skipping flag.
-
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 returnstrue
than theNestedRows#enablePlugin
method is called.Returns: {boolean}
-
updatePlugin()
-
Updates the plugin state. This method is executed when
Core#updateSettings
is invoked.