RandomFractals / vscode-data-preview

Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview
Apache License 2.0
550 stars 59 forks source link

Implement Shift Horizontal Scrolling in Data Grid view #320

Closed DanielHabenicht closed 1 year ago

DanielHabenicht commented 1 year ago

Thanks for the nice plugin.

When working with many columns. I always want to scroll sideways/vertically by holding shift (and scrolling). Unfortunately, this it does not work in the Grid view:

image

I think it would be a great addition. If it is easy to fix I might have a look at the implementing it.