This drove me nuts for a few hours. Using appendChild in javacript to dynamically create a html table (yes..tables are so yesterday). The code looks good, but nothing shows up when i view it in Internet Explorer.
Turns out you have to add a tbody and between table and first row and tada..it works.