I am using a table with no column widths specified, letting the
table layout manager do its thing for figuring out the column
widths, and this works just fine.
Now I want to make the table dynamic. I have added a filtering
mechanism (in javascript) that can be used to hide unneeded
rows. However, each time I hide or show rows, the column sizes
change, and this doesn't look good.
Is there a way that I can preserve the column widths as originally
displayed? (I don't want to specify column widths at design time.)
I originally asked this question in a javascript group and they sent
me here; if there's a better place to post this, please let me know.
Thanks...
-- jeff
table layout manager do its thing for figuring out the column
widths, and this works just fine.
Now I want to make the table dynamic. I have added a filtering
mechanism (in javascript) that can be used to hide unneeded
rows. However, each time I hide or show rows, the column sizes
change, and this doesn't look good.
Is there a way that I can preserve the column widths as originally
displayed? (I don't want to specify column widths at design time.)
I originally asked this question in a javascript group and they sent
me here; if there's a better place to post this, please let me know.
Thanks...
-- jeff
Comment