Closed GoogleCodeExporter closed 9 years ago
With JMesa you can write custom views and custom cell editors. That should get
you most of what you need. The tougher thing would be if you want to be able to
filter and sort the sub report data...although you can swap out the filter and
sort routines as well.
For the custom view check out this tutorial.
http://code.google.com/p/jmesa/wiki/CustomViewTotalsTutorial
You should also check out the HtmlView and HtmlSnippets source to better
understand what you need to do to customize the view.
If you have been using JMesa for awhile you have probably already written a few
custom cell editors already...but let me know if you need pointers for that.
Probably the only real limitation of JMesa is that it works best with rows and
columns that are lined up in a perfect table. It is not really meant to have
data span rows and columns and still have the filter and sort make sense. And
really the key is have it make sense with the filter and sort, because with a
custom view you can pretty much do anything.
-Jeff Johnston
What I would recommend is take a day and just play around with the API and see
if JMesa makes sense for what you need.
Original comment by jeff.johnston.mn@gmail.com
on 8 Mar 2011 at 7:04
Original comment by jeff.johnston.mn@gmail.com
on 15 Mar 2011 at 2:59
I havent got around trying this thing as I have been pulled into something else.
Will implement this sometime in future and let you know.
Thanks.
Original comment by vidhya.a...@gmail.com
on 15 Mar 2011 at 3:01
Original issue reported on code.google.com by
vidhya.a...@gmail.com
on 7 Mar 2011 at 9:41