ColumnSummary
Members
PLUGIN_KEY
ColumnSummary.PLUGIN_KEY
Returns the plugin key used to identify this plugin in Handsontable settings.
PLUGIN_PRIORITY
ColumnSummary.PLUGIN_PRIORITY
Returns the priority order used to determine the order in which plugins are initialized.
Methods
disablePlugin
columnSummary.disablePlugin()
Disables the plugin functionality for this Handsontable instance.
enablePlugin
columnSummary.enablePlugin()
Enables the plugin functionality for this Handsontable instance.
isEnabled
columnSummary.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 ColumnSummary#enablePlugin method is called.
updatePlugin
columnSummary.updatePlugin()
Updates the plugin’s state.
This method is executed when updateSettings() is invoked with any of the following configuration options: