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 4 Current »

The columns in the grid are by default resized such that the complete grid does fit into the area provided by JIRA. The aim is to avoid an horizontal scroll bar. When the grid has a lot of columns this results in an  unreadable configuration.
gd.fitcolumns allows to change the behaviour, such that the columns are resized or not.

Class

grid

Property

gd.fitcolumns

Formal specification

gd.fitcolumns = true | false

Required

no

Default

true

Version

1.15

Comment

Set gd.fitcolumns to false, such that columns are not resized

Example


Reference

gd.extraHeight


gd.fitcolumns = true (default value)

All columns are fitted in the provided space


gd.fitcolumns = false

The configured width is applied, a horizontal scroll bar shows up


  • No labels