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) ⇒ japgolly.scalajs.react.vdom.html_<^.VdomElement], Option[(Model, Model) ⇒ Boolean], Option[Double])

    Permalink

    ._1: String = column name ._2: Option[Any => VdomElement] = 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): UnmountedWithRoot[Props, MountedWithRoot[[A]A, Props, State, Backend, Props, State], Box[Props], MountedWithRoot[[A]A, Box[Props], Box[State], ReactComponent[_ <: Object, _ <: Object] with Vars[Props, State, Backend], Box[Props], Box[State]]]

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

    Permalink
  9. def arrowUp: japgolly.scalajs.react.vdom.html_<^.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: japgolly.scalajs.react.component.Js.ComponentWithRoot[Props, [-p, +u]japgolly.scalajs.react.CtorType.Props[p, u], UnmountedWithRoot[Props, MountedWithRoot[[A]A, Props, State, Backend, Props, State], Box[Props], MountedWithRoot[[A]A, Box[Props], Box[State], ReactComponent[_ <: Object, _ <: Object] with Vars[Props, State, Backend], Box[Props], Box[State]]], Box[Props], [-p, +u]japgolly.scalajs.react.CtorType.Props[p, u], UnmountedWithRoot[Box[Props], MountedWithRoot[[A]A, Box[Props], Box[State], ReactComponent[_ <: Object, _ <: Object] with Vars[Props, State, Backend], Box[Props], Box[State]], Box[Props], MountedWithRoot[[A]A, Box[Props], Box[State], ReactComponent[_ <: Object, _ <: Object] with Vars[Props, State, Backend], Box[Props], Box[State]]]]

    Permalink
  13. val cssSettings: Exports with Settings

    Permalink
  14. def emptyClass: japgolly.scalajs.react.vdom.html_<^.TagMod

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

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

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

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

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

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

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

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

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

    Permalink
  24. def getRenderFunction(key: String, config: List[Config]): Option[(Any) ⇒ japgolly.scalajs.react.vdom.html_<^.VdomElement]

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

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

    Permalink
  27. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. val settingsBar: japgolly.scalajs.react.component.Js.ComponentWithRoot[(Props, Backend, State), [-p, +u]japgolly.scalajs.react.CtorType.Props[p, u], UnmountedWithRoot[(Props, Backend, State), MountedWithRoot[[A]A, (Props, Backend, State), Unit, Unit, (Props, Backend, State), Unit], Box[(Props, Backend, State)], MountedWithRoot[[A]A, Box[(Props, Backend, State)], Box[Unit], ReactComponent[_ <: Object, _ <: Object] with Vars[(Props, Backend, State), Unit, Unit], Box[(Props, Backend, State)], Box[Unit]]], Box[(Props, Backend, State)], [-p, +u]japgolly.scalajs.react.CtorType.Props[p, u], UnmountedWithRoot[Box[(Props, Backend, State)], MountedWithRoot[[A]A, Box[(Props, Backend, State)], Box[Unit], ReactComponent[_ <: Object, _ <: Object] with Vars[(Props, Backend, State), Unit, Unit], Box[(Props, Backend, State)], Box[Unit]], Box[(Props, Backend, State)], MountedWithRoot[[A]A, Box[(Props, Backend, State)], Box[Unit], ReactComponent[_ <: Object, _ <: Object] with Vars[(Props, Backend, State), Unit, Unit], Box[(Props, Backend, State)], Box[Unit]]]]

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

    Permalink
    Definition Classes
    AnyRef
  34. val tableC: japgolly.scalajs.react.component.Js.ComponentWithRoot[(Props, State, Backend), [-p, +u]japgolly.scalajs.react.CtorType.Props[p, u], UnmountedWithRoot[(Props, State, Backend), MountedWithRoot[[A]A, (Props, State, Backend), Unit, Unit, (Props, State, Backend), Unit], Box[(Props, State, Backend)], MountedWithRoot[[A]A, Box[(Props, State, Backend)], Box[Unit], ReactComponent[_ <: Object, _ <: Object] with Vars[(Props, State, Backend), Unit, Unit], Box[(Props, State, Backend)], Box[Unit]]], Box[(Props, State, Backend)], [-p, +u]japgolly.scalajs.react.CtorType.Props[p, u], UnmountedWithRoot[Box[(Props, State, Backend)], MountedWithRoot[[A]A, Box[(Props, State, Backend)], Box[Unit], ReactComponent[_ <: Object, _ <: Object] with Vars[(Props, State, Backend), Unit, Unit], Box[(Props, State, Backend)], Box[Unit]], Box[(Props, State, Backend)], MountedWithRoot[[A]A, Box[(Props, State, Backend)], Box[Unit], ReactComponent[_ <: Object, _ <: Object] with Vars[(Props, State, Backend), Unit, Unit], Box[(Props, State, Backend)], Box[Unit]]]]

    Permalink
  35. val tableHeader: japgolly.scalajs.react.component.Js.ComponentWithRoot[(Props, Backend, State), [-p, +u]japgolly.scalajs.react.CtorType.Props[p, u], UnmountedWithRoot[(Props, Backend, State), MountedWithRoot[[A]A, (Props, Backend, State), Unit, Unit, (Props, Backend, State), Unit], Box[(Props, Backend, State)], MountedWithRoot[[A]A, Box[(Props, Backend, State)], Box[Unit], ReactComponent[_ <: Object, _ <: Object] with Vars[(Props, Backend, State), Unit, Unit], Box[(Props, Backend, State)], Box[Unit]]], Box[(Props, Backend, State)], [-p, +u]japgolly.scalajs.react.CtorType.Props[p, u], UnmountedWithRoot[Box[(Props, Backend, State)], MountedWithRoot[[A]A, Box[(Props, Backend, State)], Box[Unit], ReactComponent[_ <: Object, _ <: Object] with Vars[(Props, Backend, State), Unit, Unit], Box[(Props, Backend, State)], Box[Unit]], Box[(Props, Backend, State)], MountedWithRoot[[A]A, Box[(Props, Backend, State)], Box[Unit], ReactComponent[_ <: Object, _ <: Object] with Vars[(Props, Backend, State), Unit, Unit], Box[(Props, Backend, State)], Box[Unit]]]]

    Permalink
  36. val tableRow: japgolly.scalajs.react.component.Js.ComponentWithRoot[(Map[String, Any], Props), [-p, +u]japgolly.scalajs.react.CtorType.Props[p, u], UnmountedWithRoot[(Map[String, Any], Props), MountedWithRoot[[A]A, (Map[String, Any], Props), Unit, Unit, (Map[String, Any], Props), Unit], Box[(Map[String, Any], Props)], MountedWithRoot[[A]A, Box[(Map[String, Any], Props)], Box[Unit], ReactComponent[_ <: Object, _ <: Object] with Vars[(Map[String, Any], Props), Unit, Unit], Box[(Map[String, Any], Props)], Box[Unit]]], Box[(Map[String, Any], Props)], [-p, +u]japgolly.scalajs.react.CtorType.Props[p, u], UnmountedWithRoot[Box[(Map[String, Any], Props)], MountedWithRoot[[A]A, Box[(Map[String, Any], Props)], Box[Unit], ReactComponent[_ <: Object, _ <: Object] with Vars[(Map[String, Any], Props), Unit, Unit], Box[(Map[String, Any], Props)], Box[Unit]], Box[(Map[String, Any], Props)], MountedWithRoot[[A]A, Box[(Map[String, Any], Props)], Box[Unit], ReactComponent[_ <: Object, _ <: Object] with Vars[(Map[String, Any], Props), Unit, Unit], Box[(Map[String, Any], Props)], Box[Unit]]]]

    Permalink
  37. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped