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 RowClassName = (Int) ⇒ String
  12. type RowGetter = (Int) ⇒ Object
  13. type RowHeight = (Int) ⇒ Int
  14. type RowRenderer[C <: Object] = (String, Array[VdomNode], Int, Boolean, String, C, Option[OnRowClick], Option[OnRowClick], Option[OnRowClick], Option[OnRowClick], Option[OnRowClick], Style) ⇒ VdomNode

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

  15. type RowStyle = (Int) ⇒ Style
  16. sealed trait ScrollToAlignment extends AnyRef
  17. trait Size extends Object
    Annotations
    @RawJSType() @native()
  18. type Sort = (String, SortDirection) ⇒ Callback
  19. sealed trait SortDirection extends AnyRef
  20. final case class Style(styles: Map[String, |[String, Int]]) extends Product with Serializable
  21. implicit final class VdomToRaw extends AnyVal

Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped