Packages

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. type OnHeaderClick = (Object, String) ⇒ Callback
  5. type OnRowClick = (Int) ⇒ Callback
  6. type OnRowsRenderer = (Int, Int) ⇒ Callback
  7. type OnScroll = (Int, Int, Int) ⇒ Callback
  8. trait Props extends Object
    Annotations
    @RawJSType() @native()
  9. type RawHeaderClickEvent = Function1[RawHeaderClickParam, Unit]
  10. trait RawHeaderClickParam extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  11. type RawOnRowEvent = Function1[IndexParameter, Unit]
  12. type RawRowClassName = Function1[IndexParameter, String]
  13. type RawRowGetter = Function1[IndexParameter, Any]
  14. type RawRowHeight = Function1[IndexParameter, JsNumber]
  15. type RawRowStyle = Function1[IndexParameter, Object]
  16. type RawRowsRendererEvent = Function1[RawRowsRendererParam, Unit]
  17. trait RawRowsRendererParam extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  18. type RawScrollEvent = Function1[RawScrollParam, Unit]
  19. trait RawScrollParam extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  20. type RawSort = Function1[RawSortParam, Unit]
  21. trait RawSortParam extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  22. type RowClassName = (Int) ⇒ String
  23. type RowClassNameParam = |[String, RawRowClassName]
  24. type RowGetter = (Int) ⇒ Object
  25. type RowHeight = (Int) ⇒ Int
  26. type RowHeightParam = |[JsNumber, RawRowHeight]
  27. type RowStyle = (Int) ⇒ Style
  28. type RowStyleParam = |[Object, RawRowStyle]
  29. sealed trait ScrollToAlignment extends AnyRef
  30. 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, 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: 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 RawHeaderClickParam
  25. object RawRowsRendererParam
  26. object RawScrollParam
  27. object RawSortParam
  28. object ScrollToAlignment

Inherited from AnyRef

Inherited from Any

Ungrouped