Lines Matching refs:COLGROUP
27034 this.COLGROUP = null;
27048 this.colgroupChildrenLength = this.COLGROUP.childNodes.length;
27084 this.COLGROUP = this.TABLE.querySelector('colgroup');
27086 if (!this.COLGROUP) {
27087 this.COLGROUP = document.createElement('colgroup');
27088 this.TABLE.insertBefore(this.COLGROUP, this.THEAD);
27759 this.COLGROUP = wtTable.COLGROUP;
27867 this.COLGROUP.childNodes[i].style.width = width + 'px';
27875 … this.COLGROUP.childNodes[renderedIndex + this.rowHeaderCount].style.width = _width + 'px';
28168 this.COLGROUP.childNodes[i].style.width = width + 'px';
28175 … this.COLGROUP.childNodes[renderedColIndex + this.rowHeaderCount].style.width = _width2 + 'px';
28313 this.COLGROUP.appendChild(document.createElement('COL'));
28317 this.COLGROUP.removeChild(this.COLGROUP.lastChild);
28321 (0, _element.addClass)(this.COLGROUP.childNodes[0], 'rowHeader');