tags:

views:

38

answers:

2

From SwingLabs Forum, it seems that there is no plan to make JXTreeTable sortable.

From the thread, another alternative is

"You could use JXTable & GlazedLists TreeList to make a TreeTable"

However, I prefer to have a API which is ready with sortable feature, instead of the need of building by hand.

I was wondering, is there any alternative library to JXTreeTable? My client start to complain JXTreeTable is not sortable ;)

+1  A: 

I've used JideSoft TreeTable which is sortable on multiple columns. Article about it here. This is not a free product however, but a very good library of Swing components for a reasonable price.

willcodejavaforfood
A: 

Here is some of the alternative I had found :

http://svn.chorem.org/svn/jtimer/tags/jtimer-1.0-beta4/src/java/org/codelutin/jtimer/ui/treetable/sorting/

I had compiled it using SwingX 0.9.6, not perfect. Some more modification works is required.

Yan Cheng CHEOK