Looking for alternative sortable JXTreeTable
From SwingLabs Forum, it seems that there is no plan to make JXTreeTable sortable.
开发者_StackOverflow社区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 ;)
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.
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.
精彩评论