Optional
collapsedIndicator for collapsed row.
→
Optional
expandedIndicator for expanded row.
↓
Optional
autoReset expanded rows when data changes.
true
Optional
expandExpanded rows are rendered like normal rows.
true
Optional
getCustom method to extract sub-rows from a given row.
Optional
initialInitial settings of expanded rows.
Optional
manualThis string is used as the key to detect manual expanded state on any given row.
"expanded"
The row with ('expanded': true) will always be expanded.
Optional
onCallback executed when rows are expanded or collapsed. The function must be wrapped in useCallback hook.
Optional
paginateCount expanded sub-rows while calculating rows on a page.
true
Generated using TypeDoc
Type interface for expanded rows options.