QUI React Table

QTr

API

Props

Name & DescriptionOption(s)Default
The component used for the root node. It can be a React component or element.
| ElementType
| ComponentType
'tr'
If true, the row is currently being dragged.
boolean
If true, another row is being dragged over this row.
boolean
If true, the row is currently selected.
Note:
This will not enable selection on the row. Its impact is merely presentational. To enable row selection, you will need to pass in the corresponding options to the table component. Refer to the /features/row-selection documentation for an example.
boolean
Type
| ElementType
| ComponentType
Default
'tr'
Description
The component used for the root node. It can be a React component or element.
Type
boolean
Description
If true, the row is currently being dragged.
Type
boolean
Description
If true, another row is being dragged over this row.
Type
boolean
Description
If true, the row is currently selected.
Note:
This will not enable selection on the row. Its impact is merely presentational. To enable row selection, you will need to pass in the corresponding options to the table component. Refer to the /features/row-selection documentation for an example.