object Column
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Column
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def apply(p: Props): UnmountedMapped[Id, Props, Null, RawMounted[Props, Null] with Column, Props, Null]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 props[A <: Object, B <: Object, C <: Object](width: JsNumber, dataKey: String, ariaLabel: UndefOr[String] = js.undefined, cellDataGetter: Option[CellDataGetter[B, C, A]] = None, cellRenderer: CellRenderer[A, B, C] = defaultCellRendererS, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, columnData: UndefOr[B] = js.undefined, disableSort: UndefOr[Boolean] = js.undefined, defaultSortDirection: SortDirection = SortDirection.ASC, flexGrow: UndefOr[JsNumber] = js.undefined, flexShrink: UndefOr[JsNumber] = js.undefined, headerClassName: UndefOr[String] = js.undefined, headerRenderer: HeaderRenderer[B] = defaultHeaderRendererS, headerStyle: UndefOr[Style] = js.undefined, id: UndefOr[String] = js.undefined, label: VdomNode = VdomNode.cast(()), maxWidth: UndefOr[JsNumber] = js.undefined, minWidth: UndefOr[JsNumber] = js.undefined, style: UndefOr[Style] = js.undefined): Props
A Cell data B Column data C Row data
- def propsNoFlex[A <: Object, B <: Object, C <: Object](width: JsNumber, dataKey: String, ariaLabel: UndefOr[String] = js.undefined, cellDataGetter: Option[CellDataGetter[B, C, A]] = None, cellRenderer: CellRenderer[A, B, C] = defaultCellRendererS, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, columnData: UndefOr[B] = js.undefined, disableSort: UndefOr[Boolean] = true, defaultSortDirection: SortDirection = SortDirection.ASC, flexGrow: UndefOr[JsNumber] = 0, flexShrink: UndefOr[JsNumber] = 0, headerClassName: UndefOr[String] = js.undefined, headerRenderer: HeaderRenderer[B] = defaultHeaderRendererS, headerStyle: UndefOr[Style] = js.undefined, id: UndefOr[String] = js.undefined, label: VdomNode = VdomNode.cast(()), maxWidth: UndefOr[JsNumber] = js.undefined, minWidth: UndefOr[JsNumber] = js.undefined, style: UndefOr[Style] = js.undefined): Props
Create a column with flexGrow/flexShrink as 0 by default
Create a column with flexGrow/flexShrink as 0 by default
A Cell data B Column data C Row data
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object RawComponent extends Object
- Annotations
- @native() @JSImport("react-virtualized", "Column")