trait Props extends Object
- Annotations
- @RawJSType() @native()
- Alphabetic
- By Inheritance
- Props
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
aria-label: UndefOr[String]
Optional aria-label value to set on the column header
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
flexGrow: UndefOr[JsNumber]
Flex grow style; defaults to 0
-
val
flexShrink: UndefOr[JsNumber]
Flex shrink style; defaults to 1
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
style: UndefOr[Object]
Optional inline style to apply to cell
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
width: JsNumber
Flex basis (width) for this column; This value can grow or shrink based on :flexGrow and :flexShrink properties.