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

Version 1 Next »

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.

 

 

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