pub fn SortableProvider<K: Clone + PartialEq + 'static>(
_: SortableProviderProps<K>,
) -> ElementExpand 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.