The data object represented by the row.
The contents of this object depend on the value of the rowType property. The following list illustrates this dependency.
rowType is "group" ⇒ data has the following structure.
data: { key: string, // contains the grouping value items: array, // contains data objects that satisfy the grouping value isContinuation: boolean // "true" if the group starts on one of the previous pages; "false" otherwise }
rowType is "groupFooter" ⇒ data has the following structure.
data: { key: string, // contains the grouping value items: array, // contains data objects that satisfy the grouping value isContinuation: boolean, // "true" if the group starts on one of the previous pages; "false" otherwise aggregates: array // contains values calculated for the group summary }
Indicates whether the row is in the editing state.
Indicates whether the row is expanded or collapsed. Available if rowType is "data" or "group".
Indicates that the row is added, but not yet saved. Available if rowType is "data".
The key of the data object represented by the row.
The contents of this object depend on the value of the rowType property. The following list illustrates this dependency.
If a field providing keys is not specified in the
data source, the whole data object is considered the key.
The visible index of the row.
When you have several pages in a grid, grid rows are indexed beginning with 0 on each page. Note that group rows are counted as well and, thus, have row indexes. For further information about row indexes, see the Column and Row Indexes topic.
The row's type.
This field can have one of the following values:
"data"
A row containing data.
"detail"
A row that shows detail data. It appears when a user expands a master row or edits a row in "form" editing mode. To identify whether it is one or another, check the isEditing field's value. It is true while the editing takes place.
"detailAdaptive"
An adaptive detail row.
"group"
A group row.
"groupFooter"
A row in a group footer that shows the group summary.
"header"
The row containing column headers.
"filter"
The filter row.
"totalFooter"
The row that shows the total summary.
Available row properties depend on the row type. For example, the
dataand
keyproperties are undefined for
header,
filterand
totalFooterrows, but have values for the other row types. Refer to a particular property's description for more information.
Values of the row as they exist in the data source.
Feel free to share topic-related thoughts here.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4