The DojoGrid widget displays data in a table.
Fields
- behaviors
- Defines the function that is invoked for each cell
- columns
- Defines the columns in the table
- data
- An array of records that contains information to put into the
table. Specify as data=(array_name as any[]), where array_name is
the name of the array.
- 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
Other supported fields and functions are described in the following
topics in the EGL Programmer’s Guide: “Rich UI widget fields” and
”Rich UI widget functions.”
Use of this widget requires the following statement:
import dojo.widgets.DojoGrid;