Searched refs:colToProp (Results 1 – 3 of 3) sorted by relevance
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 14684 ….runHooks('afterSelectionEndByProp', sel[0], instance.colToProp(sel[1]), sel[2], instance.colToPro… 14786 …Prop', priv.selRange.from.row, datamap.colToProp(priv.selRange.from.col), priv.selRange.to.row, da… 15321 prop = datamap.colToProp(input[i][1]); 15616 dataSource.colToProp = datamap.colToProp.bind(datamap); 15688 return datamap.getCopyable(row, datamap.colToProp(column)); 16041 this.colToProp = function (col) { 16042 return datamap.colToProp(col); 16125 return datamap.get(row, datamap.colToProp(col)); 16466 var prop = datamap.colToProp(col); 18011 … renderer(_this2.hot, td, row, column, _this2.hot.colToProp(column), string.value, cellProperties); [all …]
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …colToProp(sel[1]),sel[2],instance.colToProp(sel[3]));instance.selection.inProgress=false;},isInPro…
|
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 29 …colToProp(i.col),a.row,G.colToProp(a.col),t,s);var l=Y.selection.isSelectedByAnyHeader(),u=Y.selec… 35 …colToProp=function(e){var t=this.instance.runHooks("modifyCol",e);return!isNaN(t)&&this.colToPropC…
|