⚠️ You are viewing documentation for an older version of Compose SDK.
Version:
# Function Table
Table(
props):ReactElement<any,any> |null
Table with aggregation and pagination.
# Example
Table displaying year, condition, and total revenue from the Sample ECommerce data model.
# Parameters
| Parameter | Type | Description |
|---|---|---|
props | TableProps | Table properties |
# Returns
ReactElement< any, any > | null
Table component