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 this item is selected. The special value null indicates that the selection
box above a list or dropdown list is being rendered.
An item to be rendered
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
Item renderer provided to ListCoreProps, if any
The "sel key" for this item (from ListCoreProps.getSelKey())
Used by TreeList and DataTable
A function to call when the list item is clicked. It selects the item.
Renders the indentation and tree expander button.
Expands or collapses this item.
Props passed to renderers (
TreeListProps<...>.renderItemandRenderItem).