Loading
Members
DEFAULT_SETTINGS
Loading.DEFAULT_SETTINGS
Returns the default settings applied when the plugin is enabled without explicit configuration.
PLUGIN_KEY
Loading.PLUGIN_KEY
Returns the plugin key used to identify this plugin in Handsontable settings.
PLUGIN_PRIORITY
Loading.PLUGIN_PRIORITY
Returns the priority order used to determine the order in which plugins are initialized.
SETTINGS_VALIDATORS
Loading.SETTINGS_VALIDATORS
Returns an object of validator functions used to type-check each settings property at runtime.
Methods
destroy
loading.destroy()
Destroy plugin instance.
disablePlugin
loading.disablePlugin()
Disable plugin for this Handsontable instance.
enablePlugin
loading.enablePlugin()
Enable plugin for this Handsontable instance.
hide
loading.hide()
Hide loading dialog.
isEnabled
loading.isEnabled() ⇒ boolean
Check if the plugin is enabled in the handsontable settings.
isVisible
loading.isVisible() ⇒ boolean
Check if loading dialog is currently visible.
show
loading.show(options)
Show loading dialog with optional custom options.
| Param | Type | Description |
|---|---|---|
| options | object | Custom loading options. |
| options.icon | string | Custom loading icon. |
| options.title | string | Custom loading title. |
| options.description | string | Custom loading description. |
update
loading.update(options)
Update loading description without hiding/showing the dialog.
| Param | Type | Description |
|---|---|---|
| options | object | Custom loading options. |
| options.icon | string | Custom loading icon. |
| options.title | string | Custom loading title. |
| options.description | string | Custom loading description. |
updatePlugin
loading.updatePlugin()
Update plugin state after Handsontable settings update.