jquery - Expanding td width problem -
i can't figure out how expand td width beyond size of container. see mean, check out this jsfiddle.
once table fills container width, can't make cells wider. provided need after page has loaded, how go doing this?
i don't want resize containing div.
thanks!
you can expand size of table (not outer div):
http://jsfiddle.net/maniator/dkxtw/15/
$("#testtable").width($("#testtable").width() + 100 );
Comments
Post a Comment