Any table column can be sortable or not. TableSortSelectedEvent can be easily captured using corresponding listener(see the item above). To customize sorting modes use sortSupported property of <table:columnl> tag. It enables/disables table sorting by the given column. Default value - TRUE.
You can use the below properties of <table:interfaceManager> tag to customize look and feel of the sorting:
| • | headerSortedForeground - Sorted foreground |
| • | headerSortedBackground - Sorted background |
| • | headerSortedAscImage - Sorted ascending image URL |
| • | headerSortedDscImage - Sorted descending image URL |
| • | headerSortedAscAltText - Sorted ascending tool tip |
| • | headerSortedDscAltText - Sorted descending tool tip |