welly icon indicating copy to clipboard operation
welly copied to clipboard

Specify order of columns in project curve table

Open kwinkunks opened this issue 9 years ago • 2 comments

Probably with a flag like auto_order which is True by default (current behaviour).

Or maybe there are other options, eg order='alpha', or order='count' or order='keys' perhaps.

kwinkunks avatar Jul 20 '16 15:07 kwinkunks

This doesn't happen for the left most columns, but it does works for the curve columns via the order of the elements in keys.

image

Unless I'm missing a particular use case. I'd say we can close this issue.

EvanBianco avatar Oct 25 '17 13:10 EvanBianco

Right, but the idea is to be able to resort them dynamically according to some criteria. They're arranged according to my keys list, but now I want alphabetical, now by the reverse of the count of wells per curve, or average quality (say).

kwinkunks avatar Oct 25 '17 18:10 kwinkunks