Problem with table resizing after automatically removing from jquery one column (this only happens i
Posted
by user297433
on Stack Overflow
See other posts from Stack Overflow
or by user297433
Published on 2010-03-19T14:48:39Z
Indexed on
2010/03/19
14:51 UTC
Read the original article
Hit count: 226
Hi. I have a table with some columns. Something like this:
tr1td1 one remove button tr1td2 one remove button ...The table has the size of the div#outer When I click remove button I remove with jquery the entire column . In Firefox everything's fine the table's columns resize to fill the div but in Internet Explorer the table's columns remain just as they are. It's like the browser doesn't refresh the css style. Because if I refresh the page the table looks just as it shoud be. Any ideas?
© Stack Overflow or respective owner