package virtualized
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- virtualized
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type CellDataGetter[B, C, A <: Object] = (B, String, C) ⇒ A
-
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
-
trait
Column extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- type HeaderRenderer[B <: Any] = (B, String, Option[Boolean], VdomNode, Option[String], SortDirection) ⇒ VdomNode
- type HeaderRowRenderer = (String, Array[VdomNode], Style) ⇒ VdomNode
- type NoRowsRenderer = () ⇒ VdomNode
- type OnHeaderClick = (Object, String) ⇒ Callback
- type OnRowClick = (Int) ⇒ Callback
- type OnRowsRenderer = (Int, Int) ⇒ Callback
- type OnScroll = (JsNumber, JsNumber, JsNumber) ⇒ Callback
- type RowClassName = (Int) ⇒ String
- type RowGetter = (Int) ⇒ Object
- type RowHeight = (Int) ⇒ JsNumber
-
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
- type RowStyle = (Int) ⇒ Style
- sealed trait ScrollToAlignment extends AnyRef
-
trait
Size extends Object
- Annotations
- @RawJSType() @native()
- type Sort = (String, SortDirection) ⇒ Callback
- sealed trait SortDirection extends AnyRef
- final case class Style(styles: Map[String, |[String, Int]]) extends Product with Serializable
- implicit final class TableJsMethodsOps extends AnyVal
- implicit final class VdomToRaw extends AnyVal