tochoromero / aurelia-table

Simple functional data table for Aurelia
https://tochoromero.github.com/aurelia-table
MIT License
67 stars 25 forks source link

reorderable rows with drag and drop #76

Open dfroger opened 3 years ago

dfroger commented 3 years ago

Hi!

I wonder how much easy or difficult it would be to build a table which rows would be reorderable using drag and drop?

Could https://github.com/SortableJS/Sortable be used directly for example?

Thanks!