Re: Feature request: context menu column sorting

From: Thom Brown <thombrown(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Feature request: context menu column sorting
Date: 2010-02-03 12:30:29
Message-ID: bddc86151002030430naa9b37v5145b854d5404ff8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On 3 February 2010 12:22, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>
> Setting the background colour isn't the issue, it's adding an icon to
> indicate the sort direction which is the most valuable indicator imho.
>

Yes, and when you pointed out that I could right-click a cell and
select sorting options there, I found the sort I selected had no
effect, due to the fact that the first column was sorted by default
(probably because it's the primary key or something).  I consider this
to be a gotcha.  And yes, it's not clear what the active filters are,
or what order they are being applied in.  If there were some way to
provide visual feedback on this, it would be helpful.  Maybe something
like adding an extra textual row within the header to indicate the
current filters and their order?

Like:

id name age
int        varchar(64) int
asc(1) desc(2)

Although this isn't as elegant a solution as I'd want personally.

Thom

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2010-02-03 13:40:54 Re: Feature request: context menu column sorting
Previous Message Dave Page 2010-02-03 12:22:46 Re: Feature request: context menu column sorting