table

tableLens

table

data

query

band

The data table associated with this section. It is a two-dimensional array holding the table data.

Type

two dimensional array

Example

for(var row = 0; row < table.length; row++) {

   for(var col = 0; col < table[row].length; col++) {

      // table[row][col] contains the data at that cell

   }

}

<< tableLens © 1996-2013 InetSoft Technology Corporation (v11.4) data >>