Table

import {Table} from "@qualcomm-ui/react/table"

API

Table.Root

The root element that wraps the table. Renders a <div> element by default.
PropTypeDefault
Allows you to replace the component's HTML element with a different tag or component. Learn more
| ReactElement
| ((
props: object,
) => 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'
| 'lg'
'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
boolean
Description
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.