x
next to the column name in the header." "
) or correspond to a column name. Text strings will be displayed in yellow and columns will displayed as orange text with an orange border. Invalid text will appear in white underlined in red, indicating an error._
) can be used.Alt
key and clicking a single button. However, enabling this setting does not automatically submit any actions, so you still have to click the Submit button to complete the actions.chartContainer
: Draw your chart onto this div object.
grid.getGroups()
: This function returns a JSON containing a simplified version of the grid data. The JSON is sorted by group name and contains the following values:count
: This value indicates the number of rows contained in the group filter.aggregates
: If a footer function is present, this array collection will contain the aggregate values of the group.subgroups
: If defined, this object will contain a collection of JSON objects that represent the subgroups of the current group. The JSON objects will have identical objects to their parent.
grid.getGroups(true)
: This function returns the JSON containing all of the grid data. The JSON is sorted by group name and can contain the following values:subrows
: This object returns an array containing all the rows in the corresponding group. The row object is a JSON with values sorted by the column ID.subgroups
: If defined, this object will contain a collection of JSON objects that represent the subgroups of the current group. The JSON objects will have identical objects to their parent.
grid.getRows()
: This function returns an Array containing all of the rows in the grid from top to bottom.requester
timeLimit
participant
action
requestNumber
created
closed