kopite
05-18-2003, 01:18 PM
I have x rows, and when I display them all they retain their original column widths (even though it is not specified)
e.g. a single row
document.getElementById(myTbl).rows[x].style.display= 'block';
..but when one or more of the rows is not displayed, then the column width of all the rows now on display is reduced to the size of the text per column. Can I control the width being reduced and thus retain the original width?
e.g. a single row
document.getElementById(myTbl).rows[x].style.display= 'block';
..but when one or more of the rows is not displayed, then the column width of all the rows now on display is reduced to the size of the text per column. Can I control the width being reduced and thus retain the original width?