Components
TableSortIndicator

TableSortIndicator

Component that indicates if a column is sortable and its current sort direction

<TableHeaderCell>
  {title}
  <TableSortIndicator sorted={sortDirection} />
</TableHeaderCell>

Optional props

sorted

Indicates if column is currently sorted, and in witch order

type
asc
desc
null
default
null