Lines Matching refs:totalRows

7038   var totalRows = this.instance.countRows();
7047 …} else if (this.instance.getSettings().fixedRowsBottom && this.row >= totalRows - this.instance.ge…
14284 var totalRows = instance.countRows();
14291 if (fixedRowsBottom && index >= totalRows - fixedRowsBottom) {
14864 totalRows,
14870 totalRows = instance.countRows();
14874 if (priv.selRange.highlight.row + rowDelta > totalRows - 1) {
14875 …minSpareRows > 0 && !(fixedRowsBottom && priv.selRange.highlight.row >= totalRows - fixedRowsBotto…
14876 instance.alter('insert_row', totalRows);
14877 totalRows = instance.countRows();
14879 delta.row = 1 - totalRows;
14883 delta.row = totalRows - 1;
14892 delta.row = priv.selRange.highlight.row + delta.row == totalRows - 1 ? 1 - totalRows : 1;
14896 delta.row = priv.selRange.highlight.row + delta.row == 0 ? totalRows - 1 : -1;
14905 } else if (coords.row > 0 && coords.row >= totalRows) {
14907 coords.row = totalRows - 1;
14929 totalRows,
14935 totalRows = instance.countRows();
14942 } else if (coords.row > 0 && coords.row >= totalRows) {
14944 coords.row = totalRows - 1;
24653 …function ViewportRowsCalculator(viewportHeight, scrollOffset, totalRows, rowHeightFn, overrideFn, …
24659 totalRows: totalRows,
24714 var totalRows = priv.totalRows;
24720 for (var i = 0; i < totalRows; i++) {
24751 if (this.endRow === totalRows - 1 && needReverse) {
24927 var totalRows = this.wtSettings.getSetting('totalRows');
24936 } else if (coords.col < fixedColumns && coords.row >= totalRows - fixedRowsBottom) {
24942 } else if (coords.row < totalRows && coords.row > totalRows - fixedRowsBottom) {
26394 var totalRows = this.wot.getSetting('totalRows');
26400 hiderStyle.height = headerColumnSize + this.topOverlay.sumCellSizes(0, totalRows) + 1 + 'px';
26515 totalRows = _getVariables2.totalRows,
26521 if (coords.row < 0 || coords.row > Math.max(totalRows - 1, 0)) {
26531 … } else if (coords.row > this.getLastVisibleRow() && coords.row < totalRows - fixedRowsBottom) {
26555 totalRows = _getVariables3.totalRows,
26572 (0, _number.rangeEachReverse)(totalRows, 1, function (row) {
26601 totalRows = _getVariables4.totalRows;
26614 (0, _number.rangeEach)(1, totalRows, function (row) {
26731 var totalRows = wot.getSetting('totalRows');
26742 totalRows: totalRows,
26825 totalRows: void 0,
27218 var totalRows = this.instance.getSetting('totalRows');
27262 startRow = Math.max(totalRows - this.wot.getSetting('fixedRowsBottom'), 0);
27273 this.rowFilter = new _row2.default(startRow, totalRows, columnHeaders);
27572 var totalRows = this.wot.getSetting('totalRows');
27575 rowsCount = totalRows;
27577 rowsCount = Math.min(this.wot.getSetting('fixedRowsTop'), totalRows);
27579 rowsCount = Math.min(this.wot.getSetting('fixedRowsBottom'), totalRows);
27796 var totalRows = this.wot.getSetting('totalRows');
27816 this.renderRows(totalRows, rowsToRender, columnsToRender);
27906 value: function renderRows(totalRows, rowsToRender, columnsToRender) {
27913 while (sourceRowIndex < totalRows && sourceRowIndex >= 0) {
27991 var totalRows = this.instance.getSetting('totalRows');
28812 var totalRows = void 0;
28828 totalRows = this.wot.getSetting('totalRows');
28837 …owsHeight = this.wot.wtOverlays.bottomOverlay.sumCellSizes(totalRows - fixedRowsBottom, totalRows);
32203 var totalRows = this.wot.getSetting('totalRows');
32205 if (totalRows) {
32519 var totalRows = this.wot.getSetting('totalRows');
32522 …his.wot.wtViewport.getViewportHeight() - this.sumCellSizes(totalRows - fixedRowsBottom, totalRows);
33918 var totalRows = this.instance.countSourceRows();
33919 var physicRow = (totalRows + index) % totalRows;
33924 while (physicRow < totalRows && rowsToRemove) {
37737 var totalRows = this.hot.countRows() - 1;
37738 this.calculateRowsHeight({ from: totalRows - fixedRowsBottom, to: totalRows });
41010 var totalRows = this.countRows();
41012 …lected || this.selection.selectedHeader.cols || this.selection.selectedHeader.corner || !totalRows;
46518 var totalRows = this.countRows();
46522 … } else if (currentSelectedRange.from.row > 0 && currentSelectedRange.from.row >= totalRows) {
48235 totalRows: function totalRows() {