trait Props extends Object
- Annotations
- @JSType() @native()
- Alphabetic
- By Inheritance
- Props
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- val aria-label: UndefOr[String]
Optional aria-label value to set on the column header
- val cellDataGetter: UndefOr[RawCellDataGetter]
Callback responsible for returning a cell's data, given its :dataKey ({ columnData: any, dataKey: string, rowData: any }): any
- val cellRenderer: UndefOr[RawCellRenderer]
Callback responsible for rendering a cell's contents.
Callback responsible for rendering a cell's contents. ({ cellData: any, columnData: any, dataKey: string, rowData: any, rowIndex: number }): node
- val className: UndefOr[String]
Optional CSS class to apply to cell
- val columnData: UndefOr[Object]
Optional additional data passed to this column's :cellDataGetter
- val dataKey: Any
Uniquely identifies the row-data attribute corresponding to this cell
- val defaultSortDirection: String
Optional direction to be used when clicked the first time
- val disableSort: UndefOr[Boolean]
If sort is enabled for the table at large, disable it for this column
- val flexGrow: UndefOr[JsNumber]
Flex grow style; defaults to 0
- val flexShrink: UndefOr[JsNumber]
Flex shrink style; defaults to 1
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val headerClassName: UndefOr[String]
Optional CSS class to apply to this column's header
- val headerRenderer: RawHeaderRenderer
Optional callback responsible for rendering a column header contents.
Optional callback responsible for rendering a column header contents. ({ columnData: object, dataKey: string, disableSort: boolean, label: node, sortBy: string, sortDirection: string }): PropTypes.node
- val headerStyle: UndefOr[Object]
Optional inline style to apply to this column's header
- val id: UndefOr[String]
Optional id to set on the column header
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val label: UndefOr[Node]
Header label for this column
- val maxWidth: UndefOr[JsNumber]
Maximum width of column; this property will only be used if :flexGrow is > 0.
- val minWidth: UndefOr[JsNumber]
Minimum width of column.
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val style: UndefOr[Object]
Optional inline style to apply to cell
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object
- val width: JsNumber
Flex basis (width) for this column; This value can grow or shrink based on :flexGrow and :flexShrink properties.