New to KendoReact? Start a free 30-day trial
SortableItemUIProps
SortableItemUIPropsPremium
Represents the props of the Sortable item UI component.
Name | Type | Default | Description |
---|---|---|---|
attributes? |
|
The atributes that have to be passed to the first child element. | |
dataItem |
|
The data object that represents the current Sortable item. | |
forwardRef? |
|
The callback function that has to be passed to the | |
isActive |
|
The flag which describes that an item is active. | |
isDisabled |
|
The flag which describes that an item is disabled. | |
isDragCue |
|
The flag which describes that an item is rendered inside the drag cue. | |
isDragged |
|
The flag which describes that an item is dragged. | |
style |
|
The CSS styles that have to be passed to the first child element. |