TouchScroll
Members
clones
touchScroll.clones : Array
Collection of overlays to update.
freezeOverlays
touchScroll.freezeOverlays : boolean
Flag which determines if walkontable should freeze overlays while scrolling.
Default: false
lockedCollection
touchScroll.lockedCollection : boolean
Flag which determines if collection of overlays should be refilled on every table render.
Default: false
PLUGIN_KEY
TouchScroll.PLUGIN_KEY
Returns the plugin key used to identify this plugin in Handsontable settings.
PLUGIN_PRIORITY
TouchScroll.PLUGIN_PRIORITY
Returns the priority order used to determine the order in which plugins are initialized.
scrollbars
touchScroll.scrollbars : Array
Collection of scrollbars to update.
SETTING_KEYS
TouchScroll.SETTING_KEYS
Returns whether the plugin handles its own settings keys without a dedicated key list.
Methods
disablePlugin
touchScroll.disablePlugin()
Disable plugin for this Handsontable instance.
enablePlugin
touchScroll.enablePlugin()
Enable the plugin.
isEnabled
touchScroll.isEnabled() ⇒ boolean
Check if plugin is enabled.
updatePlugin
touchScroll.updatePlugin()
Updates the plugin to use the latest options you have specified.