SWT - Table / Combo box
How can I add a combo box to a specific column in my table? I would like for my last column to have a combo box with 3 selections (Yes, No, Both). I will include my table code, so you can better show me how and were the new code would go. ////////////////////////////////////////////////////////////////////////// // createTableViewer() // ////////////////////////////////////////////////////////////////////////// private TableViewer createTableViewer(Composite parent) { viewer = new TableViewer(parent, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL | SWT.FULL_SELECTION | SWT.BORDER); createColumns