[FIXED] ClassCastException when clicking TreeTable header
[FIXED] ClassCastException when clicking TreeTable header
If you click on the header of a TreeTable, a class cast exception is thrown in TableHeader.onColumnClick (line 119 in beta 2). I think the problem is that its trying to cast a TreeTable to a Table.