Searched refs:fixedRowsTop (Results 1 – 4 of 4) sorted by relevance
28 handsontable_config.fixedRowsTop = parseInt(layout.rowsHeader);
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, property24928 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()) {[all …]
1 …fixedRowsTop){if(this.col<this.instance.getSettings().fixedColumnsLeft){section='top-left-corner';…
29 …fixedRowsTop?t=this.col<this.instance.getSettings().fixedColumnsLeft?"top-left-corner":"top":this.… property35 …fixedRowsTop:function(){return n.settings.fixedRowsTop},fixedRowsBottom:function(){return n.settin…