Lines Matching refs:sourceRow
27604 value: function getRowHeight(sourceRow) {
27605 var height = this.wot.wtSettings.settings.rowHeight(sourceRow);
27606 var oversizedHeight = this.wot.wtViewport.oversizedRows[sourceRow];
27964 value: function resetOversizedRow(sourceRow) {
27968 if (this.wot.wtViewport.oversizedRows && this.wot.wtViewport.oversizedRows[sourceRow]) {
27969 this.wot.wtViewport.oversizedRows[sourceRow] = void 0;
28848 …rn new _viewportRows2.default(height, pos, this.wot.getSetting('totalRows'), function (sourceRow) {
28849 return _this2.wot.wtTable.getRowHeight(sourceRow);
32506 value: function scrollTo(sourceRow, bottomEdge) {
32521 newY += this.sumCellSizes(0, sourceRow + 1);
32526 newY += this.sumCellSizes(this.wot.getSetting('fixedRowsTop'), sourceRow);
32920 value: function addClassAtCoords(wotInstance, sourceRow, sourceColumn, className) {
32921 var TD = wotInstance.wtTable.getCell(new _coords2.default(sourceRow, sourceColumn));
32949 var sourceRow = void 0,
32976 sourceRow = wotInstance.wtTable.rowFilter.renderedToSource(row);
32978 if (sourceRow >= corners[0] && sourceRow <= corners[2]) {
32979 TH = wotInstance.wtTable.getRowHeader(sourceRow);
32999 …if (sourceRow >= corners[0] && sourceRow <= corners[2] && sourceCol >= corners[1] && sourceCol <= …
33002 this.addClassAtCoords(wotInstance, sourceRow, sourceCol, this.settings.className);
33004 } else if (sourceRow >= corners[0] && sourceRow <= corners[2]) {
33007 … this.addClassAtCoords(wotInstance, sourceRow, sourceCol, this.settings.highlightRowClassName);
33012 … this.addClassAtCoords(wotInstance, sourceRow, sourceCol, this.settings.highlightColumnClassName);