HighlightDetailColumn

A general column that displays a value in bold, with a description below it.

Example

This is an example from the checkInLabelList block.

<HighlightDetailColumn name="name"
                       title="Name"
                       field="name"
                       detailField="description"
                       :filter="textValueFilter"
                       visiblePriority="xs" />

<br>

Properties

Example of standard PersonColumn

This column provides default values for the following standard properties:

  • formatComponent
  • skeletonComponent
  • quickFilterValue
  • exportValue

detailField

Type: string, boolean
Default: false
Required: false

If detailField is not specified, then it will display nothing in that area. If detailField is passed a property string value from props.row, then it will display that text value. If detailField is false, then it will display nothing in that area.