Skip to content

TouchScroll

Members

clones

Source code

touchScroll.clones : Array

Collection of overlays to update.

freezeOverlays

Source code

touchScroll.freezeOverlays : boolean

Flag which determines if walkontable should freeze overlays while scrolling.

Default: false

lockedCollection

Source code

touchScroll.lockedCollection : boolean

Flag which determines if collection of overlays should be refilled on every table render.

Default: false

PLUGIN_KEY

Source code

TouchScroll.PLUGIN_KEY

Returns the plugin key used to identify this plugin in Handsontable settings.

PLUGIN_PRIORITY

Source code

TouchScroll.PLUGIN_PRIORITY

Returns the priority order used to determine the order in which plugins are initialized.

scrollbars

Source code

touchScroll.scrollbars : Array

Collection of scrollbars to update.

SETTING_KEYS

Source code

TouchScroll.SETTING_KEYS

Returns whether the plugin handles its own settings keys without a dedicated key list.

Methods

disablePlugin

Source code

touchScroll.disablePlugin()

Disable plugin for this Handsontable instance.

enablePlugin

Source code

touchScroll.enablePlugin()

Enable the plugin.

isEnabled

Source code

touchScroll.isEnabled() ⇒ boolean

Check if plugin is enabled.

updatePlugin

Source code

touchScroll.updatePlugin()

Updates the plugin to use the latest options you have specified.