JavaScripTools Manual

JavaScripTable

Row properties

The Row constructor receives the identifier (each identifier must be unique in a table) and an array of values for each column. The values must be of the type specified by the column type. Example: date columns whould have the value as Date objects.

After adding a row to the table, the table property is set to the table instance.

Also, some table or column properties may be customized per row:




Previous:
Column properties
Table of Contents Next:
Customizing the look and feel