Row
Properties
Returns every cell on this row whose column is visible.
Internal cache backing aggregated getValue lookups. Mutated by key.
Internal cache backing getUniqueValues. Mutated by key.
Internal cache backing getValue. Mutated by key.
Per-column-filter pass/fail flags. Mutated by the filtering pipeline.
Per-column-filter caller-supplied metadata. Mutated by filter fns.
Returns every cell on this row in column order.
True when this row can be expanded.
True when multi-select is allowed for this row.
True when this row can be selected at all.
True when this row's sub-rows can be selected.
Returns the visible cells in the center (unpinned) section.
Returns the grouping key for columnId on this row.
True when every ancestor up to the root is expanded.
True when every sub-row of this row is selected.
True when this row is currently expanded.
True when this row is a grouping parent (synthesised during grouping).
Returns the row's current pinned position.
True when this row is currently selected.
True when some, but not all, of this row's sub-rows are selected.
Returns every leaf descendant of this row (flattened).
Returns the visible cells in the left-pinned section.
Returns the parent row, or null when this is a root row.
Returns every ancestor row from root down to the immediate parent.
Index of this row within its pinned group.
Returns the visible cells in the right-pinned section.
Returns a click handler that toggles expansion for this row.
Returns an event handler that toggles this row's selection from a checkbox-style event target. The event parameter is platform-specific.
Returns the column-keyed unique values for columnId.
Returns the visible cells (left + center + right pinned sections).
Column id that produced this group (non-null on grouped parent rows).
Grouping value that produced this group (non-null on grouped parent rows).
Original (unfiltered) sub-row data, when known.
Pinned-position tag attached to rows produced by the RowPinning feature's _getPinnedRows. null for unpinned rows; otherwise "top" or "bottom".
Returns the value at columnId, falling back to renderFallbackValue when null.
Sets the expanded state; pass null to toggle.
Toggles selection. Pass null for value to flip the current state; use RowSelectionToggleOpts to control whether sub-rows are also toggled.