Menu

#12 Faster drawing using HTML

open
nobody
None
5
2008-10-17
2008-10-17
Rich K
No

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).

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.