Overview
Drag Sort provides two components: DragSortSimpleField and DragSortDualField.
These components are useful for ordering a list of items, or selecting items from a list.
Key Features & Functionality
DragSortSimpleField:
DragSortDualField:
The order of the IDs is saved into Appian for further use.
Note: The background color of an item that is being dragged is set to the accent color of the site/environment that the component is in.
harshs0002,This component supports text lists (displayed) and integer ids (as their values). It returns a list of ordered integer ids. If you look at the screenshot that shows the code for dragSortSimpleField, you'll see that it follows the same pattern as an Appian a!dropdownField() with choiceLabels and choiceValues.
Unfortunately Appian does not support nested Sail components in component plugins (correct me if I'm wrong though). Hope this helps,JoshuaFaraday Software
Hi there,
what SAIL components can we drag and drop , can we drag and drop cards from one column to another?