Iain-S/HiFiDrawJS

Make table rows re-orderable

Opened this issue · 1 comments

At the moment, table rows cannot be moved. It would be nice to be able to drag them with, for example, Jquery UI - Sortable.

Some testing would need to be done to make sure that this doesn't break the add/remove buttons.

As of 4280b22, rows can be dragged thanks to Jquery Sortable. However, it's not obvious to the user that this can be done so we probably need a symbol of some kind on each table body row.