QTh
API
Props
Name & Description | Option(s) | Default |
---|---|---|
The component used for the root node. It can be a React component or
element. |
| 'th' |
ReactNode | ||
If true , the column header is currently being dragged. |
| |
If true , another column header is being dragged over this header. |
| |
If true , the header is currently being resized. |
| |
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. |
|
Type
| ElementType| ComponentType
Default
'th'
Description
The component used for the root node. It can be a React component or
element.
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.