Template

Using innerHTML on table structures in <=IE9 doesn't work, because table.innerHTML is read-only. In other words: TR's cannot be used as real DOM nodes, they must be passed as strings.