Dear All,
Is there any Java library that supports hierarchical column?
For example (the first three row are columns) :
2008 |
January | February |
Week1 | Week2 | Week3 | Week 1 | Week2 | Week3 |
10 | 20 | 14 | 12 | 15 | 3 |
Thanks
Dear All,
Is there any Java library that supports hierarchical column?
For example (the first three row are columns) :
Thanks
Hi,
If you are looking for a JavaEE solution you might want to have a look at [fleXive], an open source (LGPL for the framework and GPL for the optional backend with visual editors). Please feel free to ask any questions on the forums.
Or just follow this tutorial to use native JTable and JTree together: http://java.sun.com/products/jfc/tsc/articles/treetable1/index.html