johnny / jquery-sortable

A flexible, opinionated sorting plugin for jQuery
http://johnny.github.io/jquery-sortable/
Other
1.52k stars 441 forks source link

how to add a fixed label column #245

Open avidh opened 7 years ago

avidh commented 7 years ago

Hi, I want to have 10 items in the sortable list but would have to display a fixed rank number 1 through 10 in front of the list (sort of like fixed column) so that when the user is dragging an item, they can see what the new rank is before dropping the item.

Is there a way to achieve this? Thanks in advance.