Packages

p

react

virtualized

package virtualized

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

Type Members

  1. type CellDataGetter[B, C, A <: Object] = (B, String, C) ⇒ A
  2. type CellRenderer[A <: Object, B <: Any, C <: Object] = (A, B, String, C, Int) ⇒ VdomNode

    Types A Cell data, some js object with row entries B Column data, can be anything C Row data

  3. trait Column extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  4. type HeaderRenderer[B <: Any] = (B, String, Option[Boolean], VdomNode, Option[String], SortDirection) ⇒ VdomNode
  5. type HeaderRowRenderer = (String, Array[VdomNode], Style) ⇒ VdomNode
  6. type NoRowsRenderer = () ⇒ VdomNode
  7. type OnHeaderClick = (Object, String) ⇒ Callback
  8. type OnRowClick = (Int) ⇒ Callback
  9. type OnRowsRenderer = (Int, Int) ⇒ Callback
  10. type OnScroll = (Int, Int, Int) ⇒ Callback
  11. type RawHeaderRowRenderer = Function1[RawHeaderRowRendererParameter, ReactNode]
  12. trait RawHeaderRowRendererParameter extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  13. type RowClassName = (Int) ⇒ String
  14. type RowGetter = (Int) ⇒ Object
  15. type RowHeight = (Int) ⇒ Int
  16. type RowStyle = (Int) ⇒ Style
  17. sealed trait ScrollToAlignment extends AnyRef
  18. trait Size extends Object
    Annotations
    @RawJSType() @native()
  19. type Sort = (String, SortDirection) ⇒ Callback
  20. sealed trait SortDirection extends AnyRef
  21. final case class Style(styles: Map[String, |[String, Int]]) extends Product with Serializable
  22. implicit final class VdomToRaw extends AnyVal

Value Members

  1. object AutoSizer
  2. object Column
  3. object RawHeaderRowRendererParameter
  4. object ScrollToAlignment
  5. object Size
  6. object SortDirection
  7. object SortIndicator
  8. object Style extends Serializable
  9. object Table

Inherited from AnyRef

Inherited from Any

Ungrouped