Community
Participate
Working Groups
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.