Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 333010 - [Tree][Table] Allow to style sort columns differently
Summary: [Tree][Table] Allow to style sort columns differently
Status: NEW
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-21 08:07 EST by Rüdiger Herrmann CLA
Modified: 2010-12-21 08:16 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rüdiger Herrmann CLA 2010-12-21 08:07:13 EST
Tree and Table provide a setSortColumn() method to mark the column which is used for sorting.
It would be nice to be able to style this column differently than others with CSS theming. 
E.g. 
  TableColumn:sort {
    background-color: ...;
  }
or even
  TableColumn:sortAscending { ... } and TableColumn:sortDescending
Not sure though if there is a use case to style ascending and descending sort order differently.