SortableProps
Represents the props of the KendoReact Sortable component.
Name | Type | Default | Description |
---|---|---|---|
animation? |
|
Enables or disables the reorder animation of the Sortable items.
defaults to | |
className? |
|
Defines the CSS class which is applied to the Sortable element. | |
data |
|
(Required) The data items of the Sortable. | |
disabledField? |
|
The field which enables or disables an item. | |
emptyItemUI? |
|
The component that is rendered when no data is available. | |
idField |
|
(Required) The field which uniquely identifies the Sortable items. | |
itemUI |
|
(Required) The Sortable items UI. | |
navigatable? |
|
If set to | |
navigation? |
|
Enables or disables the keyboard navigation.
Defaults to | |
onDragEnd? |
|
Fires when the user stops dragging an item. | |
onDragOver? |
|
Fires when the user is dragging an item over another Sortable item. | |
onDragStart? |
|
Fires when the user starts dragging an item. This event is preventable. | |
onNavigate? |
|
Fires when the user is navigates within the Srotable by using the keyboard. | |
style? |
|
Defines the CSS styles which are applied to the Sortable element. | |
tabIndex? |
|
Specifies the tab index of the Sortable items. |