Packages

trait TableCellProps extends Object

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

Value Members

  1. val active: UndefOr[Boolean]

    Style as the currently chosen item.

  2. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  3. val as: UndefOr[AsT]

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

  4. val children: UndefOr[Node]

    Primary content.

  5. val className: UndefOr[String]

    Additional classes.

  6. val collapsing: UndefOr[Boolean]

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

  7. val content: UndefOr[SemanticShorthandContent]

    Shorthand for primary content.

  8. val disabled: UndefOr[Boolean]

    A cell can be disabled.

  9. val error: UndefOr[Boolean]

    A cell may call attention to an error or a negative value.

  10. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  11. val icon: UndefOr[SemanticShorthandItemS[IconProps]]

    Add an Icon by name, props object, or pass an <Icon />

  12. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  13. val negative: UndefOr[Boolean]

    A cell may let a user know whether a value is bad.

  14. val positive: UndefOr[Boolean]

    A cell may let a user know whether a value is good.

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

    A cell can be selectable.

  17. val singleLine: UndefOr[Boolean]

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

  18. val textAlign: UndefOr[String]

    A table cell can adjust its text alignment.

  19. def toLocaleString(): String
    Definition Classes
    Object
  20. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  21. def valueOf(): Any
    Definition Classes
    Object
  22. val verticalAlign: UndefOr[SemanticVERTICALALIGNMENTS]

    A table cell can adjust its vertical alignment.

  23. val warning: UndefOr[Boolean]

    A cell may warn a user.

  24. val width: UndefOr[SemanticWIDTHS]

    A table can specify the width of individual columns independently.