QTable
API
Props
| Name & Description | Option(s) | Default |
|---|---|---|
The component used for the root node. It can be a React component or
element. |
| 'table' |
If true, the component will render with reduced padding. |
| |
If true, a right border will divide the columns of this table. Applies to
every QTableHeader and QTableCell component. |
| |
Controls the font size of the table elements. |
| 'md' |
Type
| ElementType| ComponentType
Default
'table'
Description
The component used for the root node. It can be a React component or
element.
Type
boolean
Description
If
true, the component will render with reduced padding.Type
boolean
Description
If
true, a right border will divide the columns of this table. Applies to
every QTableHeader and QTableCell component.Type
| 'sm'| 'md'| 'lg'
Default
'md'
Description
Controls the font size of the table elements.