[svn r269] removed some small bugs, for empty annotations collumns
This commit is contained in:
parent
8439348458
commit
b1f6e870a3
5 changed files with 41 additions and 9 deletions
|
|
@ -104,6 +104,10 @@ public class TestTable {
|
|||
|
||||
column = new VascAnnotationTableColumn("description");
|
||||
table.addTableColumns(column);
|
||||
|
||||
column = new VascAnnotationTableColumn("testModel");
|
||||
//column.setColumnEditor(columnEditor);
|
||||
table.addTableColumns(column);
|
||||
return table;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue