EmptyDataState
Members
DEFAULT_SETTINGS
EmptyDataState.DEFAULT_SETTINGS
Returns the default settings applied when the plugin is enabled without explicit configuration.
PLUGIN_KEY
EmptyDataState.PLUGIN_KEY
Returns the plugin key used to identify this plugin in Handsontable settings.
PLUGIN_PRIORITY
EmptyDataState.PLUGIN_PRIORITY
Returns the priority order used to determine the order in which plugins are initialized.
SETTINGS_VALIDATORS
EmptyDataState.SETTINGS_VALIDATORS
Returns validator functions for each plugin setting to verify their values are valid before applying them.
Methods
destroy
emptyDataState.destroy()
Destroy plugin instance.
disablePlugin
emptyDataState.disablePlugin()
Disable plugin for this Handsontable instance.
enablePlugin
emptyDataState.enablePlugin()
Enable plugin for this Handsontable instance.
isEnabled
emptyDataState.isEnabled() ⇒ boolean
Check if the plugin is enabled in the handsontable settings.
isVisible
emptyDataState.isVisible() ⇒ boolean
Check if the plugin is currently visible.
updatePlugin
emptyDataState.updatePlugin()
Update plugin state after Handsontable settings update.