Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Defines the visibility of a grid's header in issue navigator

Class

grid

Property

gd.issueNavigatorLayout.header

Formal specification

gd.issueNavigatorLayout.header=always |whendata | never

Required

no

Default

always

Version

1.26.0

Comment


Example

gd.issueNavigatorLayout.header=never

'always' ensures that grid's headers are always being displayed:

'whendata' ensures that grid's headers are being displayed only when the grid contains any data in it:

'never' hides the headers

  • No labels