# Function Table

Table(props, deprecatedLegacyContext?): null | ReactElement< any, any >

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
deprecatedLegacyContext? any ::: warning Deprecated

:::

See

React Docs (opens new window)

# Returns

null | ReactElement< any, any >

Table component