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

Represents a column in the body of a table.

Type Parameters