| [news.eclipse.newcomer] Re: Adding data to already existing data in table |
Hi, I have supplied data to the table using the constructor while creating the object and i am using tableviewer for showing the data..
I have added and 'add' and a 'delete' button to the composite holding the table and the 2 buttons..
So,when the user selects 'add' button i am creating an object of the class supplying data to the table and passing additional data to the table using the constructor but it isn't working..
Hope this helps, Eric