Lines Matching refs:fixedRowsBottom
7047 … if (this.instance.getSettings().fixedRowsBottom && this.row >= totalRows - this.instance.getSetti…
12032 …ected()[0] === 0 || settings.fixedRowsBottom && this.instance.getSelected()[0] === totalRowsCount …
14290 var fixedRowsBottom = instance.getSettings().fixedRowsBottom;
14291 if (fixedRowsBottom && index >= totalRows - fixedRowsBottom) {
14292 instance.getSettings().fixedRowsBottom -= Math.min(amount, fixedRowsBottom);
14867 fixedRowsBottom;
14872 fixedRowsBottom = instance.getSettings().fixedRowsBottom;
14875 …& priv.settings.minSpareRows > 0 && !(fixedRowsBottom && priv.selRange.highlight.row >= totalRows …
19925 fixedRowsBottom: 0, property
24929 var fixedRowsBottom = this.wtSettings.getSetting('fixedRowsBottom');
24936 } else if (coords.col < fixedColumns && coords.row >= totalRows - fixedRowsBottom) {
24942 } else if (coords.row < totalRows && coords.row > totalRows - fixedRowsBottom) {
26518 fixedRowsBottom = _getVariables2.fixedRowsBottom,
26531 … } else if (coords.row > this.getLastVisibleRow() && coords.row < totalRows - fixedRowsBottom) {
26734 var fixedRowsBottom = wot.getSetting('fixedRowsBottom');
26745 fixedRowsBottom: fixedRowsBottom,
26811 fixedRowsBottom: 0,
27766 this.fixedRowsBottom = 0;
27789 this.fixedRowsBottom = this.wot.getSetting('fixedRowsBottom');
28810 var fixedRowsBottom = void 0;
28827 fixedRowsBottom = this.wot.getSetting('fixedRowsBottom');
28836 if (fixedRowsBottom && this.wot.wtOverlays.bottomOverlay.clone) {
28837 …owsHeight = this.wot.wtOverlays.bottomOverlay.sumCellSizes(totalRows - fixedRowsBottom, totalRows);
32517 var fixedRowsBottom = this.wot.getSetting('fixedRowsBottom');
32522 …his.wot.wtViewport.getViewportHeight() - this.sumCellSizes(totalRows - fixedRowsBottom, totalRows);
37733 var fixedRowsBottom = this.hot.getSettings().fixedRowsBottom;
37736 if (fixedRowsBottom) {
37738 this.calculateRowsHeight({ from: totalRows - fixedRowsBottom, to: totalRows });
44730 return row > this.hot.getSettings().fixedRowsBottom;
48247 fixedRowsBottom: function fixedRowsBottom() {
48248 return that.settings.fixedRowsBottom;