Hello, In my application i want to keep 1st and 2nd row unsortable, and rest as sortable, is there any way to do that. For example i have list of Student and retuning 10 rows, so i want starting 2 rows unaffected, and rest 8 rows can be sortable.
Hi @Sushant Sharma
The Sortable JS has an option called Filtered,
If you initialize Sortable like below, all the item which has '.filtered' class will be excluded from Dragging.
I haven't used [Sortable Drag and Drop] Forge, but I've used SortableJS for my Project, you can implement it yourself if your need is beyond the Forge component.
https://sortablejs.github.io/Sortable/