object Table
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Table
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type ColumnArg = UnmountedWithRoot[Column.Props, MountedMapped[Id, Column.Props, Null, RawMounted[Column.Props, Null] with Column, Column.Props, Null], Column.Props, MountedWithRawType[Column.Props, Null, RawMounted[Column.Props, Null] with Column]]
- trait JsMethods extends Object
- Annotations
- @JSType() @native()
- trait Props extends Object
- Annotations
- @JSType() @native()
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, children: ColumnArg*): UnmountedMapped[Id, Props, Null, RawMounted[Props, Null] with JsMethods, 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()
- val component: ComponentMapped[Id, Props, Null, [-p, +u]PropsAndChildren[p, u], Component[Props, Null] with JsMethods, Props, Null, [-p, +u]PropsAndChildren[p, u]]
- 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[C <: Object](headerHeight: JsNumber, height: JsNumber, rowCount: Int, rowGetter: RowGetter, rowHeight: |[JsNumber, RowHeight], width: JsNumber, ariaLabel: UndefOr[String] = js.undefined, autoHeight: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, deferredMeasurementCache: UndefOr[CellMeasurerCache] = js.undefined, disableHeader: UndefOr[Boolean] = js.undefined, estimatedRowSize: JsNumber = 30, gridClassName: UndefOr[String] = js.undefined, gridStyle: UndefOr[Style] = js.undefined, headerClassName: UndefOr[String] = js.undefined, headerStyle: UndefOr[Style] = js.undefined, headerRowRenderer: HeaderRowRenderer = defaultHeaderRowRendererS, id: UndefOr[String] = js.undefined, noRowsRenderer: NoRowsRenderer = () => EmptyVdom, onHeaderClick: OnHeaderClick = (_, _) => Callback.empty, onRowClick: OnRowClick = _ => Callback.empty, onRowDoubleClick: OnRowClick = _ => Callback.empty, onRowMouseOut: OnRowClick = _ => Callback.empty, onRowMouseOver: OnRowClick = _ => Callback.empty, onRowRightClick: OnRowClick = _ => Callback.empty, onRowsRendered: OnRowsRenderer = (_, _, _, _) => Callback.empty, onScroll: OnScroll = (_, _, _) => Callback.empty, overscanRowCount: Int = 10, rowClassName: |[String, RowClassName] = null, style: UndefOr[Style] = js.undefined, tabIndex: UndefOr[Int] = js.undefined, sort: UndefOr[Sort] = js.undefined, sortBy: UndefOr[String] = js.undefined, scrollToIndex: Int = -1, scrollTop: UndefOr[JsNumber] = js.undefined, sortDirection: UndefOr[SortDirection] = js.undefined, scrollToAlignment: ScrollToAlignment = ScrollToAlignment.Auto, rowRenderer: RowRenderer[C] = defaultRowRendererS, rowStyle: |[Style, RowStyle] = Style(Map.empty)): Props
- 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", "Table")