tsunami

log in
history

Creating HTML Tables using DOM methods in IE

Luke Breuer

Always create a tbody element with javascript and place trs in it (and optionally thead/tfoot). If this is not done, a table created using DOM methods only will not show up in IE.