final case class TableGenerator[A](tableData: Seq[A], renderBodyRow: RenderBodyRow[A], 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, footerRow: UndefOr[TableRow] = js.undefined, headerRow: UndefOr[TableRow] = js.undefined, headerRows: UndefOr[Seq[TableRow]] = 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 GenericComponentPA[TableGeneratorProps, TableGenerator[A]] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentA[TableGeneratorProps, Props, Unit, TableGenerator[A]], PassthroughA[TableGeneratorProps], Passthrough[TableGeneratorProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableGenerator
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentA
  6. PassthroughA
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TableGenerator(tableData: Seq[A], renderBodyRow: RenderBodyRow[A], 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, footerRow: UndefOr[TableRow] = js.undefined, headerRow: UndefOr[TableRow] = js.undefined, headerRows: UndefOr[Seq[TableRow]] = 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]): TableGenerator[A]
    Definition Classes
    TableGenerator → GenericJsComponentA
  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[TableGeneratorProps, [-p, +u]Props[p, u], UnmountedWithRoot[TableGeneratorProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TableGeneratorProps, Null, Component[TableGeneratorProps, Null], TableGeneratorProps, Null], TableGeneratorProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TableGeneratorProps, Null, Component[TableGeneratorProps, Null], TableGeneratorProps, Null]], TableGeneratorProps, [-p, +u]Props[p, u], UnmountedWithRoot[TableGeneratorProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TableGeneratorProps, Null, Component[TableGeneratorProps, Null], TableGeneratorProps, Null], TableGeneratorProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TableGeneratorProps, Null, Component[TableGeneratorProps, Null], TableGeneratorProps, Null]]]
    Attributes
    protected
    Definition Classes
    TableGenerator → GenericJsComponentA
  18. def cprops: TableGeneratorProps
    Attributes
    protected
    Definition Classes
    TableGenerator → 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. val footerRow: UndefOr[TableRow]
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. val headerRow: UndefOr[TableRow]
  26. val headerRows: UndefOr[Seq[TableRow]]
  27. val inverted: UndefOr[Boolean]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]
    Definition Classes
    TableGenerator → Passthrough
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. val padded: UndefOr[TablePadded]
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. def rawProps: TableGeneratorProps
    Definition Classes
    PassthroughA
  36. def render: Render[TableGeneratorProps]
    Definition Classes
    GenericJsComponentA
    Annotations
    @inline()
  37. val renderBodyRow: RenderBodyRow[A]
  38. val selectable: UndefOr[Boolean]
  39. val singleLine: UndefOr[Boolean]
  40. val size: UndefOr[TableSize]
  41. val sortable: UndefOr[Boolean]
  42. val stackable: UndefOr[Boolean]
  43. val striped: UndefOr[Boolean]
  44. val structured: UndefOr[Boolean]
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. val tableData: Seq[A]
  47. val textAlign: UndefOr[TableTextAlign]
  48. val unstackable: UndefOr[Boolean]
  49. val verticalAlign: UndefOr[SemanticVerticalAlignment]
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. def withOptionalRef(ref: Option[Handle[RawMounted[TableGeneratorProps, Null]]]): GenericJsComponentA[TableGeneratorProps, Props, Unit, TableGenerator[A]]
    Definition Classes
    GenericJsComponentA
  54. def withRef(ref: Handle[RawMounted[TableGeneratorProps, Null]]): GenericJsComponentA[TableGeneratorProps, Props, Unit, TableGenerator[A]]
    Definition Classes
    GenericJsComponentA

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentA[TableGeneratorProps, Props, Unit, TableGenerator[A]]

Inherited from PassthroughA[TableGeneratorProps]

Inherited from Passthrough[TableGeneratorProps]

Inherited from AnyRef

Inherited from Any

Ungrouped