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

Represents a common cell column.

Type Parameters