Jump to content
JasperReports Library 7.0 is now available ×

Sortable grid view


StackTrayce

Recommended Posts

Is there a way to view the numbers from a jasper reports report in a spreadsheet-like view (JTable) that allows the user to easily click a column header to sort the table by that column? I am evaluating a few reporting frameworks but what I am really trying to find is a framework that can output to a nice interactive grid/table that allows sorting and column hiding. Does anyone know of such a thing? I have been going through the jasper docs, a couple articles, and tutorials but haven't seen anything about outputting to a JTable or TableModel or anything like what I am looking for.

 

Thanks in advance

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Hi,

 

JasperReports is a content rendering library.

What you are looking for is a higher degree of interactivity which could be achieved only by higher level applications such as JasperIntelligence.

This server-side application leverages JR reporting capabilities but also adds a degree of interactivity by allowing you to deploy reports into an environment where they could be chained up and drill-through logic could be stored and leveraged.

 

This sorting behavior could be achieved by linking up to reports with different sorting order. Note that sorting is very tied to report grouping, so this is why you'd probably end up having different report templates depending on the sort order.

 

I hope this helps.

Teodor

Link to comment
Share on other sites

  • 7 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...