Home
last modified time | relevance | path

Searched refs:mappedSettings (Results 1 – 2 of 2) sorted by relevance

/plugin/edittable/lib/
Dhandsontable.full.js38549 … var mappedSettings = (0, _utils.getMappedFillHandleSetting)(this.hot.getSettings().fillHandle);
38550 this.directions = mappedSettings.directions;
38551 this.autoInsertRow = mappedSettings.autoInsertRow;
38689 var mappedSettings = {};
38692 mappedSettings.directions = Object.keys(DIRECTIONS); field
38693 mappedSettings.autoInsertRow = true;
38700 mappedSettings.autoInsertRow = false;
38702 mappedSettings.autoInsertRow = fillHandle.autoInsertRow;
38705 mappedSettings.autoInsertRow = false;
38709 mappedSettings.directions = [fillHandle.direction];
[all …]
/plugin/zwidoku/files/
H A Djs.js1mappedSettings=(0,_utils.getMappedFillHandleSetting)(this.hot.getSettings().fillHandle);this.direc…