Home
last modified time | relevance | path

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

/plugin/edittable/lib/
H A Dhandsontable.full.js42933 var actualPosition = _this3.columnsMapper.getIndexByValue(column);
42935 if (actualPosition !== target) {
42936 _this3.columnsMapper.moveColumn(actualPosition, target + index);
44627 var actualPosition = _this3.rowsMapper.getIndexByValue(row);
44629 if (actualPosition !== target) {
44630 _this3.rowsMapper.moveRow(actualPosition, target + index);