Object

chandu0101.scalajs.react.components

ReactTable

Related Doc: package components

Permalink

object ReactTable

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReactTable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class Backend extends AnyRef

    Permalink
  2. type Config = (String, Option[(Any) ⇒ ReactElement], Option[(Model, Model) ⇒ Boolean], Option[Double])

    Permalink

    ._1: String = column name ._2: Option[Any => ReactElement] = custom cell ._3: Option[(Model,Model) => Boolean] = sorting function ._4: Option[Double] = column width interms of flex property

  3. type Model = Map[String, Any]

    Permalink
  4. case class Props(data: Vector[Model], columns: List[String], config: List[Config], rowsPerPage: Int, style: Style, enableSearch: Boolean, searchBoxStyle: ReactSearchBox.Style) extends Product with Serializable

    Permalink
  5. case class State(filterText: String, offset: Int, rowsPerPage: Int, filteredModels: Vector[Model], sortedState: Map[String, String]) extends Product with Serializable

    Permalink
  6. class Style extends Inline

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ASC: String

    Permalink
  5. val DSC: String

    Permalink
  6. object DefaultStyle extends Style

    Permalink
  7. def apply(data: Vector[Model], columns: List[String], config: List[Config] = List(), rowsPerPage: Int = 5, style: Style = DefaultStyle, enableSearch: Boolean = true, searchBoxStyle: ReactSearchBox.Style = ReactSearchBox.DefaultStyle): ReactComponentU[Props, State, Backend, Element]

    Permalink
  8. def arrowDown: japgolly.scalajs.react.vdom.prefix_<^.TagMod

    Permalink
  9. def arrowUp: japgolly.scalajs.react.vdom.prefix_<^.TagMod

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val component: ReqProps[Props, State, Backend, TopNode]

    Permalink
  13. def emptyClass: japgolly.scalajs.react.vdom.prefix_<^.TagMod

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getColumnDiv(key: String, config: List[Config]): ReactTagOf[Div]

    Permalink
  19. def getDateSort(key: String): (Model, Model) ⇒ Boolean

    Permalink
  20. def getDoubleSort(key: String): (Model, Model) ⇒ Boolean

    Permalink
  21. def getIntSort(key: String): (Model, Model) ⇒ Boolean

    Permalink
  22. def getLongSort(key: String): (Model, Model) ⇒ Boolean

    Permalink
  23. def getRenderFunction(key: String, config: List[Config]): Option[(Any) ⇒ ReactElement]

    Permalink
  24. def getSortFunction(key: String, config: List[Config]): Option[(Model, Model) ⇒ Boolean]

    Permalink
  25. def getStringSort(key: String): (Model, Model) ⇒ Boolean

    Permalink
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. val settingsBar: ReqProps[(Props, Backend, State), Unit, Unit, TopNode]

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. val tableC: ReqProps[(Props, State, Backend), Unit, Unit, TopNode]

    Permalink
  34. val tableHeader: ReqProps[(Props, Backend, State), Unit, Unit, TopNode]

    Permalink
  35. val tableRow: ReqProps[(Model, Props), Unit, Unit, TopNode]

    Permalink
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped