QUI React Table

QTh

API

Props

Name & DescriptionOption(s)Default
The component used for the root node. It can be a React component or element.
| ElementType
| ComponentType
'th'
React children prop.
ReactNode
If true, the column header is currently being dragged.
boolean
If true, another column header is being dragged over this header.
boolean
If true, the header is currently being resized.
boolean
If true, a right border will be drawn to divide this header column and the column next to it. This prop will override the prop by the same name from the wrapping QTable component.
boolean
Type
| ElementType
| ComponentType
Default
'th'
Description
The component used for the root node. It can be a React component or element.
Description
React children prop.
Type
boolean
Description
If true, the column header is currently being dragged.
Type
boolean
Description
If true, another column header is being dragged over this header.
Type
boolean
Description
If true, the header is currently being resized.
Type
boolean
Description
If true, a right border will be drawn to divide this header column and the column next to it. This prop will override the prop by the same name from the wrapping QTable component.