BindRowsWithHeaders
Members
PLUGIN_KEY
BindRowsWithHeaders.PLUGIN_KEY
Returns the plugin key used to identify this plugin in Handsontable settings.
PLUGIN_PRIORITY
BindRowsWithHeaders.PLUGIN_PRIORITY
Returns the priority order used to determine the order in which plugins are initialized.
Methods
destroy
bindRowsWithHeaders.destroy()
Destroys the plugin instance.
disablePlugin
bindRowsWithHeaders.disablePlugin()
Disables the plugin functionality for this Handsontable instance.
enablePlugin
bindRowsWithHeaders.enablePlugin()
Enables the plugin functionality for this Handsontable instance.
isEnabled
bindRowsWithHeaders.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 BindRowsWithHeaders#enablePlugin method is called.