Home > @fluentui/react-teams > IColumn
Signature:
export interface IColumn
Property | Type | Description |
---|---|---|
hideable? | boolean | (Optional) Whether the column can be hidden when horizontal space is constrained. |
hidePriority? | number | (Optional) Columns with a lower hidePriority are hidden before columns with a higher hidePriority . |
icon? | string | (Optional) The icon to display before the column’s title in the header cell. |
minWidth? | number | (Optional) The column’s minimum width in pixels. |
sortable? | TSortable | (Optional) Whether the column is sortable, and if so what sort to make available. |
textSelectable? | boolean | (Optional) Whether text content in this column should be selectable, i.e. any text will prevent click from being triggered on any parent elements. |
title | TTextObject | The text content of the column's header cell. |