React Data GridBasePlugin
Members
enabled
Source codebasePlugin.enabled : boolean
eventManager
Source codebasePlugin.eventManager : EventManager
The instance of the EventManager class.
initialized
Source codebasePlugin.initialized : boolean
isPluginsReady
Source codebasePlugin.isPluginsReady : boolean
pluginName
Source codebasePlugin.pluginName : string
pluginsInitializedCallbacks
Source codebasePlugin.pluginsInitializedCallbacks : Array<function()>
SETTING_KEYS
Source codeBasePlugin.SETTING_KEYS ⇒ Array<string> | boolean
The SETTING_KEYS
getter defines the keys that, when present in the config object, trigger the plugin update
after the updateSettings
calls.
- When it returns
true
, the plugin updates after allupdateSettings
calls, regardless of the contents of the config object. - When it returns
false
, the plugin never updates onupdateSettings
calls.
Methods
addHook
Source codebasePlugin.addHook(name, callback)
Add listener to plugin hooks system.
Param | Type | Description |
---|---|---|
name | string | The hook name. |
callback | function | The listener function to add. |
callOnPluginsReady
Source codebasePlugin.callOnPluginsReady(callback)
Register function which will be immediately called after all plugins initialized.
Param | Type | Description |
---|---|---|
callback | function | The listener function to call. |
clearHooks
Source codebasePlugin.clearHooks()
Clear all hooks.
destroy
Source codebasePlugin.destroy()
Destroy plugin.
disablePlugin
Source codebasePlugin.disablePlugin()
Disable plugin for this Handsontable instance.
enablePlugin
Source codebasePlugin.enablePlugin()
Enable plugin for this Handsontable instance.
removeHooks
Source codebasePlugin.removeHooks(name)
Remove all hooks listeners by hook name.
Param | Type | Description |
---|---|---|
name | string | The hook name. |
There is a newer version of Handsontable available. Switch to the latest version ⟶