Home | History | Annotate | Download | only in front-end

Lines Matching refs:columnWidth

419                 var columnWidth = this.headerTableBody.rows[0].cells[i].offsetWidth;
420 var percentWidth = ((columnWidth / tableWidth) * 100) + "%";