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