| true if this node is a group node (i.e. it has children)
|
| If using row grouping, contains the group values for this group. |
| If using row grouping and aggregation, contains the aggregation data. |
| The key value for this group. |
| The field we are grouping on from our row data. |
rowGroupColumn | The row group column used for this group. |
| If doing in-memory (client-side) grouping, this is the index of the group column this cell is for.
This will always be the same as the level, unless we are collapsing groups, i.e. groupRemoveSingleChildren=true . |
| true if row is a footer. Footers have group = true and footer = true .
|
| The parent node to this node, or empty if top level. |
| true if this is the first child in this group. Changes when data is sorted.
|
| true if this is the last child in this group. Changes when data is sorted.
|
| Index of this row with respect to its parent when grouping. Changes when data is sorted. |
| How many levels this node is from the top when grouping. |
| How many levels this node is from the top when grouping in the UI (only different to parent when groupRemoveSingleChildren=true ). |
| All lowest level nodes beneath this node, no groups. |
| Children of this group. If multi levels of grouping, shows only immediate children. |
| Filtered children of this group. |
| Sorted children of this group. |
| Number of children and grand children. |
| true if this node is a group and the group is the bottom level in the tree.
|
| If using footers, reference to the footer node for this group. |
| Perform a depth-first search of this node and its children. |