| [pde-ui-dev] How to get multiple checkbox columns in CheckboxTableViewer |
|
Hi all, How
do I get columns with checkbox items. I would be using to select the values and
do some processing. I just checked API of CheckBoxTableViewer , but it by
default gives checkbox only to one column and other columns does not have
checkbox. I am using this as filtering and the tableviewer is readonly. I tried creating Table with SWT.CHECK which gives
checkbox only for the first column and checking it would mean whole row is
selected. But I need something like column value selection. I am very new to
SWT and JFACE could anybody throw some light with little detailed API
(Approach). My table viewer should look something like this, I should be able to select data values per column and not
rows Thanks in advance Chethan. _______________ |