Lines Matching refs:fixedRowsTop
7041 if (this.row < this.instance.getSettings().fixedRowsTop) {
14285 var fixedRowsTop = instance.getSettings().fixedRowsTop;
14286 if (fixedRowsTop >= index + 1) {
14287 instance.getSettings().fixedRowsTop -= Math.min(amount, fixedRowsTop - index);
19912 fixedRowsTop: 0, property
24928 var fixedRowsTop = this.wtSettings.getSetting('fixedRowsTop');
24932 if (coords.row < fixedRowsTop && coords.col < fixedColumns) {
24934 } else if (coords.row < fixedRowsTop) {
26517 fixedRowsTop = _getVariables2.fixedRowsTop,
26529 if (coords.row >= fixedRowsTop && coords.row < this.getFirstVisibleRow()) {
26556 fixedRowsTop = _getVariables3.fixedRowsTop;
26570 rowsHeight += topOverlay.sumCellSizes(0, fixedRowsTop);
26733 var fixedRowsTop = wot.getSetting('fixedRowsTop');
26744 fixedRowsTop: fixedRowsTop,
26810 fixedRowsTop: 0,
27765 this.fixedRowsTop = 0;
27788 this.fixedRowsTop = this.wot.getSetting('fixedRowsTop');
28808 var fixedRowsTop = void 0;
28826 fixedRowsTop = this.wot.getSetting('fixedRowsTop');
28830 if (fixedRowsTop) {
28831 fixedRowsHeight = this.wot.wtOverlays.topOverlay.sumCellSizes(0, fixedRowsTop);
32518 var fixedRowsTop = this.wot.getSetting('fixedRowsTop');
44716 return row < this.hot.getSettings().fixedRowsTop;
44805 var fixedRows = this.hot.getSettings().fixedRowsTop;
48244 fixedRowsTop: function fixedRowsTop() {
48245 return that.settings.fixedRowsTop;
48496 if (viewportOffset === 'auto' && that.settings.fixedRowsTop) {