Jump to content
We've recently updated our Privacy Statement, available here ×
  • How to disable Table sorting/filtering feature (JIVE) in JasperReports Server


    akonkin
    • Features: JasperReports Server Version: v5.5.0, v5.3, v5.2, v5.1, v4.7.1 Product: JasperReports® Server

    In this article I want to share the information about how to disable the JasperReports Server Table sorting/filtering feature (JIVE).

    Sometimes it's needed to keep the look and feel of the product as it was in the previous versions which did not have it at all.

    The aforementioned feature is shown of the screenshot below:

    jrs_table_jive_screenshot.png.461c071ccbbe689f3fa6671f2567724c.png

    Since JasperReports Server v4.7.1 we have a property for general table interactivity:

    net.sf.jasperreports.components.table.interactive = true/false
    

    This is configurable at element, report or global levels and defaults to true. See this article about setting report-level properties:

    https://community.jaspersoft.com/wiki/properties-how-use-additional-properties-build-enhanced-reports

    Starting with JasperReports Server v5.1 we can control sorting and filtering with:

    net.sf.jasperreports.components.table.column.sortable = true/false
    net.sf.jasperreports.components.table.column.filterable = true/false
    

    These are configurable per each table column; they default to true

    To configure these properties globally (in JasperReports Server) you should:

    • add them to the configuration file:

      jasperserver-pro/WEB-INF/classes/jasperreports.properties
      
    • restart the application server to apply the changes that have been done

    Add a comment below for any questions or clarifications.

    jrs_table_jive_screenshot.png.c24fa0fdac50e6206d21ebe30886b46e.png


    User Feedback

    Recommended Comments

    There are no comments to display.



    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...