janisdd / vscode-edit-csv

vs code extension to edit csv files with an excel like table ui
MIT License
211 stars 30 forks source link

Moving row after sorting doesn't work #131

Open janisdd opened 1 year ago

janisdd commented 1 year ago

What OS?

Description

When a column is sorted, the manual row move feature doesn't work properly.

However, it does work again if the column sorting is removed (click multiple times).

Won't fix because it has something to do with handsontable data management...

janisdd commented 1 year ago

Maybe we can disable manual row move plugin when some column is sorted...