Searched refs:rowEl (Results 1 – 1 of 1) sorted by relevance
492 private addRowToGroup(row: number, rowEl: HTMLElement) {493 this.currentGroup.appendChild(rowEl);532 const rowEl = createElement("div", "range-positions"); constant533 rowEl.style.gridTemplateColumns = this.gridTemplateColumns;543 rowEl.appendChild(positionEl);548 rowEl.appendChild(interval);553 return rowEl;762 const getOffset = (rowEl: HTMLElement, placeholderRowEl: HTMLElement, isHidden: boolean) => {763 return isHidden ? placeholderRowEl.offsetTop : rowEl.offsetTop;