SortablePropsPremium
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. jsx
| |
data |
|
(Required) The data items of the Sortable. jsx
| |
disabledField? |
|
The field which enables or disables an item. jsx
| |
emptyItemUI? |
|
The component that is rendered when no data is available. | |
idField |
|
(Required) The field which uniquely identifies the Sortable items. jsx
| |
itemUI |
|
(Required) The Sortable items UI. jsx
| |
navigatable? |
|
If set to jsx
| |
navigation? |
|
Enables or disables the keyboard navigation.
Defaults to | |
onDragEnd? |
|
Fires when the user stops dragging an item. jsx
| |
onDragOver? |
|
Fires when the user is dragging an item over another Sortable item. jsx
| |
onDragStart? |
|
Fires when the user starts dragging an item. This event is preventable. jsx
| |
onNavigate? |
|
Fires when the user navigates within the Sortable by using the keyboard. jsx
| |
style? |
|
Defines the CSS styles which are applied to the Sortable element. jsx
| |
tabIndex? |
|
Specifies the tab index of the Sortable items. |