I am trying to render in SWT the following table with following rows:
name1 | anotherProperty |BUTTON1(EDIT) BUTTON2(REMOVE) BUTTON3(DEACTIVATE)
Using SWT – Tableviewer adding a remove button to a column in the table I was able to render just one button by column.
Is there a way to do this?
In the same way that you are adding a single button, you can also add multiple buttons but for those buttons you will need an additional container. You can try out something like below: