pub fn SortableGroup<K: Clone + PartialEq + 'static>(
_: SortableGroupProps<K>,
) -> ElementExpand description
Provide one stable-ID sortable group and a layout boundary for its
SortableItem children.
ยงProps
For details, see the props struct definition.
on_reorder:EventHandler<ReorderEvent<K>>id:Option<SortableGroupId>strategy:SortStrategyactivation:Option<ActivationPolicy>attributes:Vec<Attribute>children:Element