Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

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.


With Regards,


Imran Beig N
Wipro Technologies.

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Regarding the code which is in up
    2008-05-16 08:44:58  Danny Goodman | O'Reilly Author [View]

    tableData is 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