| Sign In/My Account | View Cart |
| Article: |
Dynamic HTML Tables: Improving Performance | |
| Subject: | Regarding the code which is in up | |
| Date: | 2008-05-16 04:22:38 | |
| From: | jaabhirimran | |
|
In that code what about tableData.length? and where is it declared please let me know that.
|
||
Showing messages 1 through 1 of 1.
tableDatais any array you wish to create. At the end of the article is a link to a page that lets you test the variations described in the article. In that page's JavaScript code is a loop that creates a 500-item array (tableData) containing randomized data. But that array could also be an array created from parsing XML data retrieved via Ajax, depending on your application requirements.Danny