How to add Hyperlink in SWT Table column ? I`m using org.eclipse.swt.widgets.Table class.
Is there any way to do this without using TableViewer, JFace ?
I tr
You need to set the size of the editor:
editor.grabHorizontal = true; //or editor.minimumWidth = 50;