Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/WEB-INF/lib/
Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/edittable/lib/
Dhandsontable.full.js14236 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 Djs.js1maxRows===numberOfSourceRows){return;}index=(0,_mixed.isDefined)(index)?index:numberOfSourceRows;d…
/plugin/jsontable/script/
Dhandsontable.full.min.js29maxRows===c)return;t=(0,s.isDefined)(t)?t:c,o=L.createRow(t,r,i),l(n.cellSettings,t,r,"array"),o&&…
35maxRows,l=this.instance.countCols(),c=function(){var e=null;"array"===t.instance.dataType?t.instan…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js18816 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) {