Show or Hide Columns in Interactive Tables¶
JIVE action of show/hide columns is now enhanced to provide more control over which columns to display. You can now show or hide single/multiple columns.
You can enable or disable this feature by configuring three properties in the WEB-INF/classes/jasperreports.properties file, as listed in the table.
By default, these properties are enabled.
Show/Hide Columns in Interactive Tables |
|
|---|---|
Configuration File |
|
|
|
Property |
Description |
net.sf.jasperreports.htmlviewer.menu.showColumns.visible |
This property now allows you to control the visibility of the Show columns menu item in the JIVE report. By default, it is set to true. |
net.sf.jasperreports.htmlviewer.menu.hideColumn.visible |
This property now allows you to control the visibility of the Hide column menu item in the JIVE report. By default, it is set to true. |
net.sf.jasperreports.htmlviewer.menu.showHideMultipleColumns.visible |
This property now allows you to control the visibility of the Show/Hide multiple columns menu item in the JIVE report. By default, it is set to true. |