Packages

trait TableGeneratorProps extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableGeneratorProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val verticalAlign: UndefOr[SemanticVERTICALALIGNMENTS]

    A table can adjust its text alignment.

Concrete 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 apply(key: String): Any
    Annotations
    @JSBracketAccess()
  5. val as: UndefOr[AsT]

    An element type to render as (string or function).

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attached: UndefOr[|[Boolean, String]]

    Attach table to other content

  8. val basic: UndefOr[|[Boolean, String]]

    A table can reduce its complexity to increase readability.

  9. val celled: UndefOr[Boolean]

    A table may be divided each row into separate cells.

  10. val className: UndefOr[String]

    Additional classes.

  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val collapsing: UndefOr[Boolean]

    A table can be collapsing, taking up only as much space as its rows.

  13. val color: UndefOr[SemanticCOLORS]

    A table can be given a color to distinguish it from other tables.

  14. val columns: UndefOr[String]

    A table can specify its column count to divide its content evenly.

  15. val compact: UndefOr[|[Boolean, String]]

    A table may sometimes need to be more compact to make more rows visible at a time.

  16. val definition: UndefOr[Boolean]

    A table may be formatted to emphasize a first column that defines a rows content.

  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. val fixed: UndefOr[Boolean]

    A table can use fixed a special faster form of table rendering that does not resize table cells based on content.

  21. val footerRow: UndefOr[TableRowProps]

    Shorthand for a TableRow to be placed within Table.Footer.

  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. val headerRow: UndefOr[TableRowProps]

    Shorthand for a TableRow to be placed within Table.Header.

  26. val headerRows: UndefOr[Array[TableRowProps]]

    Shorthand for multiple TableRows to be placed within Table.Header.

  27. val inverted: UndefOr[Boolean]

    A table's colors can be inverted.

  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  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[|[Boolean, String]]

    A table may sometimes need to be more padded for legibility.

  34. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  35. val renderBodyRow: RawRenderBodyRow

    Mapped over tableData and should return shorthand for each Table.Row to be placed within Table.Body.

    Mapped over tableData and should return shorthand for each Table.Row to be placed within Table.Body.

    returns

    {*} Shorthand for a Table.Row.

  36. val selectable: UndefOr[Boolean]

    A table can have its rows appear selectable.

  37. val singleLine: UndefOr[Boolean]

    A table can specify that its cell contents should remain on a single line and not wrap.

  38. val size: UndefOr[|[Boolean, String]]

    A table can also be small or large.

  39. val sortable: UndefOr[Boolean]

    A table may allow a user to sort contents by clicking on a table header.

  40. val stackable: UndefOr[Boolean]

    A table can specify how it stacks table content responsively.

  41. val striped: UndefOr[Boolean]

    A table can stripe alternate rows of content with a darker color to increase contrast.

  42. val structured: UndefOr[Boolean]

    A table can be formatted to display complex structured data.

  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. val tableData: UndefOr[Array[Any]]

    Data to be passed to the renderBodyRow function.

  45. val textAlign: UndefOr[|[Boolean, String]]

    A table can adjust its text alignment.

  46. def toLocaleString(): String
    Definition Classes
    Object
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. val unstackable: UndefOr[Boolean]

    A table can specify how it stacks table content responsively.

  49. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  50. def valueOf(): Any
    Definition Classes
    Object
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped