i am implementing a tableviewer that is able to sort values depengin on their column order. e.g. column1-column2-columnX
I am currently working on an application that uses a TableViewer in several places to display formatted tabular data. Each table must have an export feature where all its content is exported in an Exc
Anyone knows a decent way to merge 2 war modules in to one big war file ? Maybe through some custom maven plugin , or m开发者_高级运维aven-war-plugin configuration ?
I am trying to embed a JFace TableViewer in a SWT TabFolder, but when I do so, the table does not show up. The current (working code) in my GitToDo code looks like (see this Git repos):
pratically I build up a tableviewer as usual, but initially it does not sort all the rows according the column defined for sorting.