QTd
API
Props
Name & Description | Option(s) | Default |
---|---|---|
The component used for the root node. It can be a React component or
element. |
| 'td' |
If true , the cell is aggregated. |
| |
If true , the cell is grouped. |
| |
If true , a right border will be drawn between this cell and the cell next
to it. This prop will override the prop by the same name from the wrapping
QTable component. |
|
Type
| ElementType| ComponentType
Default
'td'
Description
The component used for the root node. It can be a React component or
element.
Type
boolean
Description
If
true
, the cell is aggregated.Type
boolean
Description
If
true
, the cell is grouped.Type
boolean
Description
If
true
, a right border will be drawn between this cell and the cell next
to it. This prop will override the prop by the same name from the wrapping
QTable
component.