Autofill

This plugin provides "drag-down" and "copy-down" functionalities, both operated using the small square in the right
bottom of the cell selection.

"Drag-down" expands the value of the selected cells to the neighbouring cells when you drag the small
square in the corner.

"Copy-down" copies the value of the selection to all empty cells below when you double click the small square.

Members

autoInsertRowboolean

Specifies if can insert new rows if needed.

Methods

destroy()

Destroys the plugin instance.

disablePlugin()

Disables the plugin functionality for this Handsontable instance.

enablePlugin()

Enables the plugin functionality for this Handsontable instance.

isEnabled(){boolean}

Checks if the plugin is enabled in the Handsontable settings.

Returns: {boolean}

updatePlugin()

Updates the plugin state. This method is executed when Core#updateSettings is invoked.

Class: Autofill