Packages

trait TableProps extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableProps
  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 children: UndefOr[Node]

    Primary content.

  11. val className: UndefOr[String]

    Additional classes.

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

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

  14. val color: UndefOr[SemanticCOLORS]

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

  15. val columns: UndefOr[String]

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

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

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

  17. val definition: UndefOr[Boolean]

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

  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. 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.

  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 inverted: UndefOr[Boolean]

    A table's colors can be inverted.

  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val padded: UndefOr[|[Boolean, String]]

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

  32. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  33. val selectable: UndefOr[Boolean]

    A table can have its rows appear selectable.

  34. val singleLine: UndefOr[Boolean]

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

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

    A table can also be small or large.

  36. val sortable: UndefOr[Boolean]

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

  37. val stackable: UndefOr[Boolean]

    A table can specify how it stacks table content responsively.

  38. val striped: UndefOr[Boolean]

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

  39. val structured: UndefOr[Boolean]

    A table can be formatted to display complex structured data.

  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. val textAlign: UndefOr[|[Boolean, String]]

    A table can adjust its text alignment.

  42. def toLocaleString(): String
    Definition Classes
    Object
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. val unstackable: UndefOr[Boolean]

    A table can specify how it stacks table content responsively.

  45. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  46. def valueOf(): Any
    Definition Classes
    Object
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. 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