Developer Docs - Obsidian - HighlightDetailColumn
A general column that displays a value in bold, with a description below it.
Example
This is an example from the checkInLabelList block.
Properties
Example of standard PersonColumn
This column provides default values for the following standard properties:
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.