Properties
Optional components
components: object
Type declaration
-
Optional row?: React.ComponentType
datasets
datasets: Data[]
expandRender
expandRender: function
Type declaration
-
- (data: Data): React.ReactNode
-
Parameters
Returns React.ReactNode
expandRowKeys
expandRowKeys: boolean[]
fixedColumnsBodyExpandRowsHeight
fixedColumnsBodyExpandRowsHeight: Array<number | string>
fixedColumnsBodyRowsHeight
fixedColumnsBodyRowsHeight: Array<number | string>
mouseOverRowIndex
mouseOverRowIndex: number
onRowMouseEnter
onRowMouseEnter: function
Optional rowProps
rowProps: function
Type declaration
-
- (data: Data, index: number): any