---
title: TableColumnSortComparator
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/tablecolumncontent/tablecolumnsortcomparator
---

# TableColumnSortComparator

The type of sort comparator associated with this table column content.

## Declaration

```swift
associatedtype TableColumnSortComparator : SortComparator = Self.TableColumnBody.TableColumnSortComparator
```
