Searched refs:maxRows (Results 1 – 5 of 5) sorted by relevance
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | jstl-1.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
javax ... |
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 14236 if (instance.getSettings().maxRows === numberOfSourceRows) { 14356 … < priv.settings.minSpareRows && instance.countSourceRows() < priv.settings.maxRows; emptyRows++) { 14558 …allowInsertRow && current.row > instance.countRows() - 1 || current.row >= priv.settings.maxRows) { 19797 maxRows: Infinity, property 33477 var maxRows = this.instance.getSettings().maxRows; 33479 while (numberOfCreatedRows < amount && this.instance.countSourceRows() < maxRows) { 33985 var maxRows = void 0, 33986 maxRowsFromSettings = this.instance.getSettings().maxRows; 33989 maxRows = 0; property 33991 maxRows = maxRowsFromSettings || Infinity; property [all …]
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …maxRows===numberOfSourceRows){return;}index=(0,_mixed.isDefined)(index)?index:numberOfSourceRows;d…
|
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 29 …maxRows===c)return;t=(0,s.isDefined)(t)?t:c,o=L.createRow(t,r,i),l(n.cellSettings,t,r,"array"),o&&… 35 …maxRows,l=this.instance.countCols(),c=function(){var e=null;"array"===t.instance.dataType?t.instan…
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 18816 maxRows = _ref.maxRows, 18840 maxItems: maxRows 26515 return this.parserOptions.limitRows && this.rowCount >= this.parserOptions.maxRows; 26579 this.maxRows = 0; 26593 if (this.maxRows > 0) {
|