Lines Matching refs:fixedColumns
24930 var fixedColumns = this.wtSettings.getSetting('fixedColumnsLeft');
24932 if (coords.row < fixedRowsTop && coords.col < fixedColumns) {
24936 } else if (coords.col < fixedColumns && coords.row >= totalRows - fixedRowsBottom) {
24940 } else if (coords.col < fixedColumns) {
42752 fixedColumns: 0, property
43115 if (priv.fixedColumns > 0) {
43134 if (priv.target.col <= firstVisible && priv.target.col >= priv.fixedColumns) {
43139 if (priv.target.col <= firstVisible && priv.target.col >= priv.fixedColumns) {
43160 } else if (scrollableElement.scrollX !== void 0 && priv.coordsColumn < priv.fixedColumns) {
43281 priv.fixedColumns = this.hot.getSettings().fixedColumnsLeft;
43286 var fixedColumns = coords.col < priv.fixedColumns;
43290 var mouseOffset = event.layerX - (fixedColumns ? wrapperIsWindow : 0);