Jump to content
Changes to the Jaspersoft community edition download ×

disable table filtering/sorting (headertoolbar) in JRS 5.5


d.moonen
Go to solution Solved by narcism,

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Solution
In jasperreports there is a boolean property that controls the interactivity at table and column levels:

net.sf.jasperreports.components.table.interactive

 

You can set it in any of these places: globally(jasperreports.properties), per report(*.jrxml), per table or per table column.

 

This property defaults to 'true' in default.jasperreports.properties from jasperreports jar.

 

At column level, if no property is set, the one for the table is taken into account. If the table doesn't have this property, it is taken from the report, and so forth.

If at least one column has this property set to 'true' and the table's interactivity is turned off, the table will become interactive only for this column( or columns).

Link to comment
Share on other sites

  • 10 months 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...