The column filters meta map for the row. This object tracks any filter meta for a row as optionally provided during the filtering process.
The depth of the row (if nested or grouped) relative to the root row array.
Returns all of the cells for the row.
Returns whether the row can be expanded.
Returns whether or not the row can multi-select.
Returns whether or not the row can be pinned.
Returns whether or not the row can be selected.
Returns whether or not the row can select sub rows automatically when the parent row is selected.
Returns all center pinned (unpinned) leaf cells in the row.
Returns the grouping value for any row and column (including leaf rows).
Returns whether all parent rows of the row are expanded.
Returns whether or not all of the row's sub rows are selected.
Returns whether the row is expanded.
Returns whether or not the row is currently grouped.
Returns the pinned position of the row. ('top', 'bottom' or false)
Returns whether or not the row is selected.
Returns whether or not some of the row's sub rows are selected.
Returns the leaf rows for the row, not including any parent rows.
Returns all left pinned leaf cells in the row.
Returns the parent row for the row, if it exists.
Returns the parent rows for the row, all the way up to a root row.
Returns the numeric pinned index of the row within a pinned row group.
Returns all right pinned leaf cells in the row.
Returns a function that can be used to toggle the expanded state of the row. This function can be used to bind to an event handler to a button.
Returns a handler that can be used to toggle the row.
Returns a unique array of values from the row for a given columnId.
Returns the value from the row for a given columnId.
Returns an array of cells that account for column visibility for the row.
OptionalgroupingIf this row is grouped, this is the id of the column that this row is grouped by.
OptionalgroupingIf this row is grouped, this is the unique/shared value for the groupingColumnId for all of the rows in this group.
The resolved unique identifier for the row resolved via the options.getRowId option. Defaults to the row's index (or relative index if it is a subRow).
The index of the row within its parent array (or the root data array).
The original row object provided to the table. If the row is a grouped row, the original row object will be the first original in the group.
OptionaloriginalAn array of the original subRows as returned by the options.getSubRows option.
OptionalparentIf nested, this row's parent row id.
Pins a row to the 'top' or 'bottom', or unpins the row to the center if false is passed.
Renders the value for the row in a given columnId the same as getValue, but will return the renderFallbackValue if no value is found.
An array of subRows for the row as returned and created by the options.getSubRows option.
Toggles the expanded state (or sets it if expanded is provided) for the row.
Selects/deselects the row.
The column filters map for the row. This object tracks whether a row is passing/failing specific filters by their column ID.