object Table

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Table
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ColumnArg = UnmountedWithRoot[Column.Props, MountedMapped[Id, Column.Props, Null, RawMounted with Column, Column.Props, Null], Column.Props, MountedWithRawType[Column.Props, Null, RawMounted with Column]]
  2. trait IndexParameter extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  3. type NoRowsRenderer = () ⇒ japgolly.scalajs.react.vdom.Exports.VdomNode
  4. trait Props extends Object
    Annotations
    @RawJSType() @native()
  5. type RawRowClassName = Function1[IndexParameter, String]
  6. type RawRowGetter = Function1[IndexParameter, Any]
  7. type RawRowHeight = Function1[IndexParameter, JsNumber]
  8. type RawRowStyle = Function1[IndexParameter, Object]
  9. type RawSort = Function1[RawSortParam, Unit]
  10. trait RawSortParam extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  11. type RowClassName = (Int) ⇒ String
  12. type RowClassNameParam = |[String, RawRowClassName]
  13. type RowGetter = (Int) ⇒ Object
  14. type RowHeight = (Int) ⇒ Int
  15. type RowHeightParam = |[JsNumber, RawRowHeight]
  16. type RowStyle = (Int) ⇒ Style
  17. type RowStyleParam = |[Object, RawRowStyle]
  18. sealed trait ScrollToAlignment extends AnyRef
  19. type Sort = (String, SortDirection) ⇒ Callback

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(p: Props, children: ColumnArg*): UnmountedWithRawType[Props, Null, RawMounted]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def props(headerHeight: Int, height: Int, rowCount: Int, rowGetter: RowGetter, rowHeight: |[JsNumber, RowHeight], width: Int, ariaLabel: UndefOr[String] = js.undefined, autoHeight: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, disableHeader: UndefOr[Boolean] = js.undefined, estimatedRowSize: Int = 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 = () => null, overscanRowCount: JsNumber = 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: JsNumber = -1, scrollTop: UndefOr[Int] = js.undefined, sortDirection: UndefOr[SortDirection] = js.undefined, scrollToAlignment: ScrollToAlignment = ScrollToAlignment.Auto, rowStyle: |[Style, RowStyle] = Style(Map.empty)): Props
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  22. object IndexParameter
  23. object RawComponent extends Object
    Annotations
    @native() @JSImport( "react-virtualized" , "Table" )
  24. object RawSortParam
  25. object ScrollToAlignment

Inherited from AnyRef

Inherited from Any

Ungrouped