final case class Table(as: UndefOr[AsC] = js.undefined, attached: UndefOr[TableAttached] = js.undefined, basic: UndefOr[TableBasic] = js.undefined, celled: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, collapsing: UndefOr[Boolean] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, columns: UndefOr[SemanticWidth] = js.undefined, compact: UndefOr[TableCompact] = js.undefined, definition: UndefOr[Boolean] = js.undefined, fixed: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, padded: UndefOr[TablePadded] = js.undefined, selectable: UndefOr[Boolean] = js.undefined, singleLine: UndefOr[Boolean] = js.undefined, size: UndefOr[TableSize] = js.undefined, sortable: UndefOr[Boolean] = js.undefined, stackable: UndefOr[Boolean] = js.undefined, striped: UndefOr[Boolean] = js.undefined, structured: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[TableTextAlign] = js.undefined, unstackable: UndefOr[Boolean] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod] = Seq.empty) extends GenericComponentPAC[TableProps, Table] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[TableProps, PropsAndChildren, Unit, Table], PassthroughAC[TableProps], Passthrough[TableProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Table
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Table(as: UndefOr[AsC] = js.undefined, attached: UndefOr[TableAttached] = js.undefined, basic: UndefOr[TableBasic] = js.undefined, celled: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, collapsing: UndefOr[Boolean] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, columns: UndefOr[SemanticWidth] = js.undefined, compact: UndefOr[TableCompact] = js.undefined, definition: UndefOr[Boolean] = js.undefined, fixed: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, padded: UndefOr[TablePadded] = js.undefined, selectable: UndefOr[Boolean] = js.undefined, singleLine: UndefOr[Boolean] = js.undefined, size: UndefOr[TableSize] = js.undefined, sortable: UndefOr[Boolean] = js.undefined, stackable: UndefOr[Boolean] = js.undefined, striped: UndefOr[Boolean] = js.undefined, structured: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[TableTextAlign] = js.undefined, unstackable: UndefOr[Boolean] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod] = Seq.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addModifiers(modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]): Table
    Definition Classes
    Table → GenericJsComponentAC
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attached: UndefOr[TableAttached]
  8. val basic: UndefOr[TableBasic]
  9. val celled: UndefOr[Boolean]
  10. val className: UndefOr[String]
  11. val clazz: UndefOr[Css]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val collapsing: UndefOr[Boolean]
  14. val color: UndefOr[SemanticColor]
  15. val columns: UndefOr[SemanticWidth]
  16. val compact: UndefOr[TableCompact]
  17. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[TableProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[TableProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TableProps, Null, Component[TableProps, Null], TableProps, Null], TableProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TableProps, Null, Component[TableProps, Null], TableProps, Null]], TableProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[TableProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TableProps, Null, Component[TableProps, Null], TableProps, Null], TableProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TableProps, Null, Component[TableProps, Null], TableProps, Null]]]
    Attributes
    protected
    Definition Classes
    Table → GenericJsComponentAC
  18. def cprops: TableProps
    Attributes
    protected
    Definition Classes
    Table → Passthrough
  19. val definition: UndefOr[Boolean]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. val fixed: UndefOr[Boolean]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val inverted: UndefOr[Boolean]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]
    Definition Classes
    Table → Passthrough
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val padded: UndefOr[TablePadded]
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. def rawModifiers: (TableProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  33. def render: Render[TableProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  34. val selectable: UndefOr[Boolean]
  35. val singleLine: UndefOr[Boolean]
  36. val size: UndefOr[TableSize]
  37. val sortable: UndefOr[Boolean]
  38. val stackable: UndefOr[Boolean]
  39. val striped: UndefOr[Boolean]
  40. val structured: UndefOr[Boolean]
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. val textAlign: UndefOr[TableTextAlign]
  43. val unstackable: UndefOr[Boolean]
  44. val verticalAlign: UndefOr[SemanticVerticalAlignment]
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. def withOptionalRef(ref: Option[Handle[RawMounted[TableProps, Null]]]): GenericJsComponentAC[TableProps, PropsAndChildren, Unit, Table]
    Definition Classes
    GenericJsComponentAC
  49. def withRef(ref: Handle[RawMounted[TableProps, Null]]): GenericJsComponentAC[TableProps, PropsAndChildren, Unit, Table]
    Definition Classes
    GenericJsComponentAC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[TableProps, PropsAndChildren, Unit, Table]

Inherited from PassthroughAC[TableProps]

Inherited from Passthrough[TableProps]

Inherited from AnyRef

Inherited from Any

Ungrouped