Autofill
Members
DEFAULT_SETTINGS
Autofill.DEFAULT_SETTINGS
Returns the default settings applied when the plugin is enabled without explicit configuration.
PLUGIN_KEY
Autofill.PLUGIN_KEY
Returns the plugin key used to identify this plugin in Handsontable settings.
PLUGIN_PRIORITY
Autofill.PLUGIN_PRIORITY
Returns the priority order used to determine the order in which plugins are initialized.
SETTING_KEYS
Autofill.SETTING_KEYS
Returns the setting keys that trigger a plugin update when changed via updateSettings.
SETTINGS_VALIDATORS
Autofill.SETTINGS_VALIDATORS
Returns validator functions for each plugin setting to verify their values are valid before applying them.
Methods
destroy
autofill.destroy()
Destroys the plugin instance.
disablePlugin
autofill.disablePlugin()
Disables the plugin functionality for this Handsontable instance.
enablePlugin
autofill.enablePlugin()
Enables the plugin functionality for this Handsontable instance.
isEnabled
autofill.isEnabled() ⇒ boolean
Checks if the plugin is enabled in the Handsontable settings.
updatePlugin
autofill.updatePlugin()
Updates the plugin’s state.
This method is executed when updateSettings() is invoked with any of the following configuration options:
autofillfillHandle