Type Definitions
BodyRenderer(rowData) → {string|DetailedReactHTMLElement}
The function that return the content of a cell in a body row.
Parameters:
Name | Type | Description |
---|---|---|
rowData |
Object | The data source element for the target row. |
- Source:
Returns:
The content of a body cell.
- Type
- string | DetailedReactHTMLElement
EventHandler(event)
The event handler.
Parameters:
Name | Type | Description |
---|---|---|
event |
Event | The event object. |
- Source:
RowClassName(rowData) → {string}
The function that return class name of a body row.
Parameters:
Name | Type | Description |
---|---|---|
rowData |
Object | The data source element for the target row. |
- Source:
Returns:
The class name of a body row.
- Type
- string