Table
import {Table} from "@qualcomm-ui/react/table"API
Table.Root
| Prop | Type | Default |
|---|---|---|
Allows you to replace the component's HTML element with a different tag or component. Learn more | | ReactElement | |
If true, the table will render a vertical divider between columns. | boolean | |
Governs the size and padding of table elements and text. | | 'sm' | 'md' |
Type
| ReactElement
| ((
props: object,
) => ReactElement)
Description
Allows you to replace the component's HTML element with a different tag or component. Learn more
Type
booleanDescription
If
true, the table will render a vertical divider between columns.Type
| 'sm'
| 'md'
| 'lg'
Description
Governs the size and padding of table elements and text.
<div>element by default.