afterschoolstudio / Depot

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

Reorder sheet (list and properties) columns #34

Open Vaskivo opened 3 years ago

Vaskivo commented 3 years ago

Sometimes, due to the context os the data, it makes sense to have some columns "near" others. When creating a new column, it currently appears at the end of the sheet.

It would be desireable to be able to reorder the columns in sheets, lists and properties.

At the moment, the only way I can reorder the columns is by opening the file as a text file and editing it.

kkukshtel commented 3 years ago

Great idea! I don't currently have a good solution in place for being able to right click a column, but I think once I figure out how I can do that I could provide a context menu that allows you to move them around.

vendolis commented 2 years ago

+1 this. Even if you just have an option in the edit field screen where you can select from a drop-down to move the field before X field or to the end.

vendolis commented 2 years ago

Or in the 'Edit Sheet' page a list where you can rearrange them.