I currently have a table [org.eclipse.swt.widgets.Table] with several TableColumns; however due to UI space limitations I have a problem.
Suppose, for example, that I had a table column named “Target User”, and this could not be called anything else, and the entire “Target User” display should be displayed. Now let's say that I also have several other table columns with the same problems.
I was hoping I could add a new row or do something to set the height of the column so that it could be Target \ n User, and I could keep some width this way. However, \ n does not seem to work in the org.eclipse.swt.widgets.TableColumn.setText file, as well as html.
Any ideas?
source
share