Faster drawing using HTML
A visual analytical tool for structured data
Status: Alpha
Brought to you by:
rknopman
Another thought is to use Tablesection.drawStatic all the time and set the onclick handler to change the cell's html to the appropriate change UI. It seems that directly setting html for a table is actually faster than using the DOM Table API (insertRow, insertCell). And ie is really limited in how it allows the DOM to be used (e.g., can't add innerHTML to a row object).