limbo-works / Limbo.Umbraco.Tables

Table editor for Umbraco.
https://packages.limbo.works/limbo.umbraco.tables/
MIT License
6 stars 8 forks source link

Add ability move columns like we can move rows #19

Closed Eaglef90 closed 1 year ago

Eaglef90 commented 1 year ago

We can currently move rows around to change data order but we can't do it for columns. I have found myself having to add a column to around 200 tables and since I can't drag around the columns like we can with rows this is causing a LOT of copy/past work to move data around. Could the ability to move columns around be added?

abjerner commented 1 year ago

Hi @Eaglef90

I'll mark this as an idea, but it's not something we'll actively be working on. At least not for now.

Currently the UI supports sorting in a single dimension (moving rows up and down). Being able to sort in two different dimensions adds another level of complexity, and it might not be possible with jQuery UI, which we're currently using.