问题
Is there any way to move the sort arrow from an SWT table to the right of a column header rather than on top?
I know you can get rid of the arrow by not setting the image:
table.setSortDirection(sortAscending ? SWT.UP : SWT.DOWN);
but I haven't seen any way to move the sort indicator. Is there a way I haven't seen?
Sort indicator on top:

Sort indicator on the side:

来源:https://stackoverflow.com/questions/28054116/can-i-move-the-sort-arrow-of-an-swt-table-to-the-right-instead-of-on-top