Tabular View Preference

You can customize the display of the tabular preview. More precisely, you can display all the properties (as installed, specific, and class attributes) in additional columns, in the different tabular views, on premises and on the cloud.

You can customize the tabular view for the following objects:

  • Verification & Validation
  • Requirement

This page discusses:

Preference Access

Administrators only can customize this preference. For more information, see Customizing Administrator Preferences.

Tabular View Preference Usage

Object RequirementSettings
This object corresponds to the settings section of the requirement specifications previews. The following fields are mandatory.
Field Description
views

List of view declaration

The declaration of the different views.
View Declaration

For each view, you must specify a title and a list of columns. These two fields are mandatory.

Field Description
title

A string.

The title of the view.

columns

List of column specification.

Column Specification
You can define preferences for columns in the tabular view.
Field Description
title

A string.

The title to be displayed in the header of the column. If this field is empty, a default title is computed using the property specifications.

This field is optional.

style

A string.

Indicates the CSS styles for the table cells content. The possible values are:

  • "title"
  • "descr"
  • "nowrap"

By default, the value is "nowrap".

This field is optional.

separator

A string or null.

Defines a separator when several properties are specified in a column.

  • When a string is specified, this is the separator to be used (mode ALL).
  • null indicates that only the first not empty property must be displayed (mode ONE).

This field is optional.

showIcon

A Boolean.

Specifies if the object icon and indent must be displayed. By default, the value is false.

This field is optional.

properties

List of property specification

One or more properties to be displayed in the column.

Property Specification
Describes the object property to be displayed in a column. The following fields are mandatory.
Field Description
select

String

An MQL specification specifying how to extract the property value.
format

Boolean

Indicates if the property contains HTML or rich text.