The name of the column. It can be used to render the header or to add accessibility labels if the column header doesn't have visible names.
Render the table cell.
Render the column header.
Optional
sorterComparator function to use when sorting the table by this
column in ascending order. Calling rows.sort(column.sorterAsc)
should return the rows sorted by column, in ascending order.
Generated using TypeDoc
A unique ID that identifies this column.