Searched refs:fixedRowsBottom (Results 1 – 3 of 3) sorted by relevance
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, property24929 var fixedRowsBottom = this.wtSettings.getSetting('fixedRowsBottom');[all …]
1 …fixedRowsBottom&&this.row>=totalRows-this.instance.getSettings().fixedRowsBottom){if(this.col<this…
29 …fixedRowsBottom&&this.row>=e-this.instance.getSettings().fixedRowsBottom?t=this.col<this.instance.… property35 …fixedRowsBottom:function(){return n.settings.fixedRowsBottom},minSpareRows:function(){return n.set…