QTr
API
Props
Name & Description | Option(s) | Default |
---|---|---|
The component used for the root node. It can be a React component or
element. |
| 'tr' |
If true , the row is currently being dragged. |
| |
If true , another row is being dragged over this row. |
| |
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. |
|
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.