afterschoolstudio / Depot

Structured data editor built inside VS Code
Apache License 2.0
186 stars 19 forks source link

Resize column width #35

Open Vaskivo opened 3 years ago

Vaskivo commented 3 years ago

Currently, from what I gather, the Depot extension tries to fit most of the sheet's columns in the whole editor window/tab. When there isn't enough space, it resizes the columns until the have, at most, the column name's width.

There may be cases where the width of the data is larger than the column's name. This makes it hard to work on creating and editing data.

example

It would desireable to have the capability of resizing the column's width.

kkukshtel commented 3 years ago

Would definitely love this as well. Need to figure out a good way to resize an HTML table or change the underlying grid to a different sort of javascript style data table or something.