typealias TableColumnBody
The type of content representing the body of this table column content.
Available when
Content
conforms to TableColumnContent
.typealias TableColumnSortComparator
The type of sort comparator associated with this table column content.
Available when
Content
conforms to TableColumnContent
.typealias TableRowValue
The type of value of rows that can be presented by this column content.
Available when
Content
conforms to TableColumnContent
.