Skip to main content

SortableProvider

Function SortableProvider 

Source
pub fn SortableProvider<K: Clone + PartialEq + 'static>(
    _: SortableProviderProps<K>,
) -> Element
Expand description

Shared provider for one or more sortable groups. Place sibling groups under the same provider to enable cross-group moves.

ยงProps

For details, see the props struct definition.