Previous Topic: Optional Columns in the ResultsNext Topic: Actions When a Row Is Clicked


More <column> Attributes

The following column attributes are also supported:

width

Specifies the column width, typically expressed as a percentage of available space (for example, width="30%").

units

Appends units to column values in the Search Results screen. This attribute is typically used to indicate that values are percentages (that is, units="%").

show_tooltip

Specifies whether the full content of a value is displayed as a tooltip (show_tooltip="true"). This is useful for long values that may exceed the available space.

icon_class

Specifies the subfolder containing the image files for icon columns (for example, icon_class="MyCustomIcons"). This subfolder is on the iConsole web server and must be directly below the \images\dlp\main\standard folder in the CA DataMinder installation folder. Place high visibility icons in a similarly named folder below \images\dlp\main\HiVis.

Examples:

C:\ProgramFiles\CA\CA DataMinder\Web\images\dlp\main\standard\MyCustomIcons
C:\ProgramFiles\CA\CA DataMinder\Web\images\dlp\main\standard\HiVis\MyHiVizIcons
hidden

Specifies whether the column is hidden in the Search Results screen (hidden="true"). Hidden fields are useful as reference fields for 'link' functions (see below).

link_function and ref

These attributes together specify that column values are hyperlinked. When clicked, the column value invokes a function, say, to display a dialog containing details about the e-mail sender (for example, link_function="_UserDetails" ref="user_uid").

primary_key

Specifies that a column is identified as the primary key for row level operations. This attribute is typically used when removing irrelevant or uninteresting events from a set of search results. Only one column can be specified as the primary key. (primary_key="true").