olifolkerd / tabulator

Interactive Tables and Data Grids for JavaScript
http://tabulator.info
MIT License
6.7k stars 818 forks source link

Feature request - Multiple row reordering. #1033

Open maheshkrishnappa opened 6 years ago

maheshkrishnappa commented 6 years ago

Hi Oli,

We were using datatables for long and then I came across tabulator. I am on the 3rd day implementing the features, I must say a good to understand documentation, examples and an extensive library.

In addition, I have a feature request to be made. I went through the documentation and I could not find the feature that I was looking for.

Feature - Multiple row re-ordering. As of now I understand that we can re order a single row. With this requested feature an end user must be able to select multiple rows and re order rows accordingly.

Use case: Bulk re order. It becomes too much of clicks and selections to achieve this by selecting single row every time we are re ordering multiple rows. Especially when there are more rows of records.

Could you please help with this feature? Can this be achieved with few tweaks in the code? or it is worthy enough to be considered as a feature to be released in the next release?

Thanks and BR, Mahesh.

olifolkerd commented 6 years ago

Hey @maheshkrishnappa

Thanks for your kind words, it is great to hear that you are enjoying using Tabulator.

Multi-row reorder currently isnt possible, but that is a great idea! i will add it to the roadmap for one of the next two releases.

Thanks for the great suggestion.

Cheers

Oli :)

maheshkrishnappa commented 6 years ago

Thank you for your quick response :) I will look forward to it.

Mahesh.