Configure the columns and values displayed in views
You can define which columns appear in views and how the values in the columns are displayed by default.
The views contain columns which display values. The values are obtained from system properties or indexes defined in the Index Definition document. The columns are defined in the display.xml file. The display.xml file defines which columns are available in the views and how they are displayed.
You define a column as a <key>
element inside the <columns>
section in the display.xml file. Each <key>
contains attributes defining the heading, index name, alignment, sort order, sort
type, type of information, visibility, and column width for the column. The index
used must be defined in the Index Definition
document with the attribute KEEPEXTRACTEDVALUES="True"
, and be listed as a <field>
element in the <summaries>
section.
To add columns: