Home
last modified time | relevance | path

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

/plugin/edittable/lib/
Dhandsontable.full.js24539 var stretchedWidth = Math.round(baseWidth * this.stretchAllRatio);
24540 var newStretchedWidth = priv.stretchingColumnWidthFn(stretchedWidth, column);
24543 this.stretchAllColumnsWidth[column] = stretchedWidth;
27657 var stretchedWidth = calculator.getStretchedColumnWidth(sourceColumn, width);
27659 if (stretchedWidth) {
27660 width = stretchedWidth;
28892 …mnCalculatorOverride, visible, this.wot.getSetting('stretchH'), function (stretchedWidth, column) { argument
28893 return _this3.wot.getSetting('onBeforeStretchingColumnWidth', stretchedWidth, column);
43795 this.addHook('beforeStretchingColumnWidth', function (stretchedWidth, column) { argument
43796 return _this2.onBeforeStretchingColumnWidth(stretchedWidth, column);
[all …]
/plugin/zwidoku/files/
H A Djs.js1stretchedWidth=Math.round(baseWidth*this.stretchAllRatio);var newStretchedWidth=priv.stretchingCol…