Home
last modified time | relevance | path

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

/plugin/edittable/lib/
Dhandsontable.full.js33334 DataMap.prototype.recursiveDuckColumns = function (schema, lastCol, parent) {
33336 if (typeof lastCol === 'undefined') {
33337 lastCol = 0; property
33346 this.propToColCache.set(prop, lastCol);
33348 lastCol++;
33350 lastCol = this.recursiveDuckColumns(schema[i], lastCol, i + '.');
33356 return lastCol;
/plugin/zwidoku/files/
H A Djs.js1lastCol,parent){var prop,i;if(typeof lastCol==='undefined'){lastCol=0;parent='';}if((typeof schema…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php21970 $lastCol = 0;
22105 $lastCol = $j;
22110 $lastCol = $j + (isset($cell['colspan']) ? ($cell['colspan'] - 1) : 0);
23293 if ($lastCol < $numcols - 1) {
23295 $startcol = $lastCol + 1;