The DojoGrid widget displays data in a table.
Properties
- behaviors
- Defines the function that is invoked for each cell
- columns
- Defines the columns in the table
- data
- A list of records that contains information to put into the table.
Specify as data=(list_name as any[]), where list_name is
the name of the list.
- headerBehaviors
- Defines the function that is invoked for each header cell
Functions
- addRow
- Adds a row to the table
- removeRow
- Removes a row from the table