janisdd / vscode-edit-csv

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

Removing columns doesn't remove header #70

Closed elizhium closed 3 years ago

elizhium commented 3 years ago

What OS?

Version?

Description

When trying to remove a column the data is removed but the header is not, causing data to move to the wrong header and the column is not removed

Expected behavior

Deleting a column deletes data and the header

Steps to reproduce

Remove a column by clicking the icon in the header or right-click and remove column

janisdd commented 3 years ago

I can reproduce this... must have sneaked in with some of the latest updates. I'll look into this

janisdd commented 3 years ago

Should be fixed now... However, there is still an issue with undo/redo and reordering columns (this is an issue from handsontable, see #71)