[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Added a "direction" arrow to a table column when sorting
|
this is requested, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=43192
"Glen Smith" <glen@xxxxxxxxxxxxxxx> wrote in message
news:d9bj4g$1qp$1@xxxxxxxxxxxxxxxxxxx
> Hi Guys,
>
> I've got my table sorting running just great, and I can merrily sort
> ascending or descending when a user clicks on the appropriate column.
>
> What I haven't worked out is if there is any standard way to display a
> sorting arrow to the right of the table column text.
>
> I know I can set an image on a column, but I was wondering if there was
> a lightweight way of just using the standard icon for table column
> sorting on whatever platform I happen to be running on.
>
> Thanks heaps,
>
> Glen.