TableColumn
One displayed column, combining one or more of the object’s own fields.
| Key | Type | Required | Notes |
|---|---|---|---|
name |
string | yes | The column heading. min length 1 |
use |
array of string | yes | Object field names combined into this one column. at least 1 item |
layout |
"chips" | "stack" | "inline" |
no | How multiple values share the cell. Defaults to chips. |
display |
string | TextDisplay | no |