HeadColumn: Omit<IColumn<RowData>, keyof { width: never }> & { width: string }

Represents a column in a table's header.

Type Parameters