Class: Autofill

Autofill

handsontable/src/plugins/autofill/autofill.js, line 15

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

addingStartedBoolean

Specifies if adding new row started.

autoInsertRowBoolean

Specifies if can insert new rows if needed.

directionsArray

Specifies allowed directions of drag.

eventManagerEventManager

Event manager

handleDraggedCellsBoolean

Specifies how many cell levels were dragged using the handle.

mouseDownOnCellCornerBoolean

Specifies if there was mouse down on the cell corner.

mouseDragOutsideBoolean

Specifies if mouse was dragged outside Handsontable.

Methods

handsontable/src/plugins/autofill/autofill.js, line 554

destroy()

Destroy plugin instance.

handsontable/src/plugins/autofill/autofill.js, line 115

disablePlugin()

Disable plugin for this Handsontable instance.

handsontable/src/plugins/autofill/autofill.js, line 88

enablePlugin()

Enable plugin for this Handsontable instance.

handsontable/src/plugins/autofill/autofill.js, line 81

isEnabled(){Boolean}

Check if the plugin is enabled in the Handsontable settings.

Returns: {Boolean}
handsontable/src/plugins/autofill/autofill.js, line 106

updatePlugin()

Update plugin for this Handsontable instance.