trait TableCellProps extends Object
- Annotations
- @JSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TableCellProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val active: UndefOr[Boolean]
Style as the currently chosen item.
- def apply(key: String): Any
- Annotations
- @JSBracketAccess()
- val as: UndefOr[AsT]
An element type to render as (string or function).
- val children: UndefOr[Node]
Primary content.
- val className: UndefOr[String]
Additional classes.
- val collapsing: UndefOr[Boolean]
A table can be collapsing, taking up only as much space as its rows.
- val content: UndefOr[SemanticShorthandContent]
Shorthand for primary content.
- val disabled: UndefOr[Boolean]
A cell can be disabled.
- val error: UndefOr[Boolean]
A cell may call attention to an error or a negative value.
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val icon: UndefOr[SemanticShorthandItemS[IconProps]]
Add an Icon by name, props object, or pass an <Icon />
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val negative: UndefOr[Boolean]
A cell may let a user know whether a value is bad.
- val positive: UndefOr[Boolean]
A cell may let a user know whether a value is good.
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val selectable: UndefOr[Boolean]
A cell can be selectable.
- val singleLine: UndefOr[Boolean]
A cell can specify that its contents should remain on a single line and not wrap.
- val textAlign: UndefOr[String]
A table cell can adjust its text alignment.
- def toLocaleString(): String
- Definition Classes
- Object
- def update(key: String, v: Any): Unit
- Annotations
- @JSBracketAccess()
- def valueOf(): Any
- Definition Classes
- Object
- val verticalAlign: UndefOr[SemanticVERTICALALIGNMENTS]
A table cell can adjust its vertical alignment.
- val warning: UndefOr[Boolean]
A cell may warn a user.
- val width: UndefOr[SemanticWIDTHS]
A table can specify the width of individual columns independently.