Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.51 KB

react-teams.icolumn.md

File metadata and controls

25 lines (17 loc) · 1.51 KB

Home > @fluentui/react-teams > IColumn

IColumn interface

Signature:

export interface IColumn 

Properties

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.