OptionalcolNumber of columns spanned by cell, if provided by DataTableColumn.getColSpan().
Settings of the column being rendered. If the table has a getRowConfig prop, the
settings it returns are included in this object.
The set of nodes that are currently expanded. If provided, this should be a
MobX observable.set rather than a plain Set
Whether expandedParents includes selKey
Whether the current row is selected.
The current row (overridden by getRowConfig(...).item, if applicable).
OptionalitemItem properties from ListCoreProps.itemProps
Props that were passed to the parent TreeListCore or DataTableCore
The React key for this item (from ListCoreProps.getKey()).
(React doesn't allow it to be called key.)
This is true if the entire list should be rendered as read-only
OptionalrenderRenders the indentation and tree expander button.
The "sel key" for this item (from ListCoreProps.getSelKey())
Used by TreeList and DataTable
Value of the cell (obtained from this.column.getValue(this.item) or
this.item[this.column.name].)
A function to call when the list item is clicked. It selects the item.
Expands or collapses this item.
Props passed when rendering one cell of a DataTable.