Re: Feature request: context menu column sorting

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

On Wed, Feb 3, 2010 at 11:46 AM, Thom Brown <thombrown(at)gmail(dot)com> wrote:
> Hi,
>
> Currently on pgAdmin III, to sort a column in the Edit data screen, you have
> to click on the filter icon (or select Sort / Filter from the Tools menu)
> and define sorts in there.

Or right-click a column and select Sort Ascending or Sort Descending.

> What I'd like to be able to do is have something
> like the following when right-clicking on a column heading:
>
> Sort only by [column_name] asc
> Sort only by [column_name] desc
> Add sort by [column_name] asc
> Add sort by [column_name] desc
>
> If you had 2 columns already in the sort, and you selected one of the "sort
> only" options, it would effecitvely reset filtering and apply it to a single
> column again.
>
> Maybe even introduce column heading highlighting for ones which are
> filtered, and an up/down arrow depicting which ordering is being used.  Sort
> of like this: http://darkixion.com/pgadmin_sort.png

Yeah, that would be handy, but I don't think we can do it with the
wxGrid control.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Thom Brown 2010-02-03 11:58:51 Re: Feature request: context menu column sorting
Previous Message Thom Brown 2010-02-03 11:46:11 Feature request: context menu column sorting