Skip to content

Methods

destroy

Source code

loading.destroy()

Destroy plugin instance.

disablePlugin

Source code

loading.disablePlugin()

Disable plugin for this Handsontable instance.

enablePlugin

Source code

loading.enablePlugin()

Enable plugin for this Handsontable instance.

hide

Source code

loading.hide()

Hide loading dialog.

isEnabled

Source code

loading.isEnabled() ⇒ boolean

Check if the plugin is enabled in the handsontable settings.

isVisible

Source code

loading.isVisible() ⇒ boolean

Check if loading dialog is currently visible.

show

Source code

loading.show(options)

Show loading dialog with optional custom options.

ParamTypeDescription
optionsobjectCustom loading options.
options.iconstringCustom loading icon.
options.titlestringCustom loading title.
options.descriptionstringCustom loading description.

update

Source code

loading.update(options)

Update loading description without hiding/showing the dialog.

ParamTypeDescription
optionsobjectCustom loading options.
options.iconstringCustom loading icon.
options.titlestringCustom loading title.
options.descriptionstringCustom loading description.

updatePlugin

Source code

loading.updatePlugin()

Update plugin state after Handsontable settings update.