On page load I have a table that is contained in a hidden div. The table only has header and footer definitions, but no data rows. The data rows a loaded dynamically using Ajax.
Once a user clicks on a button, the hidden div containing the table (and other static text) is shown. My problem is that the table layout does not look very nice since I am using width = 100% and at the beginning the table is hidden and hat 0 width to start out with.
Ideally I would like to know if there is a way to force a redraw of the table once the div is visible?