I want to make a table in a view part which will be dynamically updated (row count, column count, column name). The model is a collection of string array. Can I do that?
The easiest way to do that would be to use a TableViewer instance, specify its content provider and then, you can call its refresh() method every time a change has been made to its content.