Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 333010

Summary: [Tree][Table] Allow to style sort columns differently
Product: [RT] RAP Reporter: RĂ¼diger Herrmann <ruediger.herrmann>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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.