JavaScript Data GridNestedRows
Description
Plugin responsible for displaying and operating on data sources with nested structures.
Options
nestedRows
Source codenestedRows.nestedRows : boolean
The nestedRows
option configures the NestedRows
plugin.
You can set the nestedRows
option to one of the following:
Setting | Description |
---|---|
false (default) | Disable the NestedRows plugin |
true | Enable the NestedRows plugin |
Read more:
Default: false
Example
// enable the `NestedRows` plugin
nestedRows: true,
Methods
destroy
Source codenestedRows.destroy()
Destroys the plugin instance.
disablePlugin
Source codenestedRows.disablePlugin()
Disables the plugin functionality for this Handsontable instance.
enablePlugin
Source codenestedRows.enablePlugin()
Enables the plugin functionality for this Handsontable instance.
isEnabled
Source codenestedRows.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 codenestedRows.updatePlugin()
Updates the plugin's state.
This method is executed when updateSettings()
is invoked with any of the following configuration options: