BoxFieldTable component

In this article

This component is meant to be included inside a ResultList component. It inherits from a FieldTable component, and adds options useful in a Box interface.

Options

expandedTitle

Specifies the title that should be displayed when the field table is expanded.

The default value is less.

<div data-expanded-title='<MY_EXPANDED_TITLE>'></div>

Where you can replace <MY_EXPANDED_TITLE> by the title that should be displayed when the field table is expanded.

minimizedTitle

Specifies the title that should be displayed when the field table is minimized.

The default value is more.

<div data-minimized-title='<MY_MINIMIZED_TITLE>'></div>

Where you can replace <MY_MINIMIZED_TITLE> by the title that should be displayed when the field table is minimized.

allowMinimization

Specifies if you want to let the end user choose to minimize the field table. If set to false, the table is always expanded.

The default value is true.

<div data-allow-minimization='true'></div>

Methods

This component doesn’t provide any methods.

Usage

<div class='CoveoBoxFieldTable'></div>