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" /> Properties Example of standard PersonColumn This column provides default values for the following standard properties: formatComponentskeletonComponentquickFilterValueexportValue detailField Type: string, booleanDefault: falseRequired: 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.