Re: fixing column width in a dynamic table
I think it's like this:
-Display the table with no widths specified at all (let the layout
engine decide cell widths/heights.
-Now keep those columns the same width even after dynamically modifying
content.
For this scheme, no HTML or CSS will work. There are hacks, like
specifying all the same width, or specifying overflow:hidden (which I
think would cause unwanted side effects). But I think javascript is
the only way to do exactly what Jeff wants.
Jeff, accurate?
I think it's like this:
-Display the table with no widths specified at all (let the layout
engine decide cell widths/heights.
-Now keep those columns the same width even after dynamically modifying
content.
For this scheme, no HTML or CSS will work. There are hacks, like
specifying all the same width, or specifying overflow:hidden (which I
think would cause unwanted side effects). But I think javascript is
the only way to do exactly what Jeff wants.
Jeff, accurate?
Comment