Is it possible to set up an SWT table so that you can select a portion of
a row without selecting the whole row. From what I can gather it seems like
you can either pick the first cell of each row or the entire row but not a
portion of the row. Does anyone know if this is possible? I tried to set
up the table without the SWT.FULL_SELECTION flag, but I can only select
the first cell.
TIA, Berta