trait TableGeneratorProps extends Object
- Annotations
- @JSType() @native()
- Alphabetic
- By Inheritance
- TableGeneratorProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract val verticalAlign: UndefOr[SemanticVERTICALALIGNMENTS]
A table can adjust its text alignment.
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(key: String): Any
- Annotations
- @JSBracketAccess()
- val as: UndefOr[AsT]
An element type to render as (string or function).
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attached: UndefOr[|[Boolean, String]]
Attach table to other content
- val basic: UndefOr[|[Boolean, String]]
A table can reduce its complexity to increase readability.
- val celled: UndefOr[Boolean]
A table may be divided each row into separate cells.
- val className: UndefOr[String]
Additional classes.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val collapsing: UndefOr[Boolean]
A table can be collapsing, taking up only as much space as its rows.
- val color: UndefOr[SemanticCOLORS]
A table can be given a color to distinguish it from other tables.
- val columns: UndefOr[String]
A table can specify its column count to divide its content evenly.
- val compact: UndefOr[|[Boolean, String]]
A table may sometimes need to be more compact to make more rows visible at a time.
- val definition: UndefOr[Boolean]
A table may be formatted to emphasize a first column that defines a rows content.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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.
- val footerRow: UndefOr[TableRowProps]
Shorthand for a TableRow to be placed within Table.Footer.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val headerRow: UndefOr[TableRowProps]
Shorthand for a TableRow to be placed within Table.Header.
- val headerRows: UndefOr[Array[TableRowProps]]
Shorthand for multiple TableRows to be placed within Table.Header.
- val inverted: UndefOr[Boolean]
A table's colors can be inverted.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val padded: UndefOr[|[Boolean, String]]
A table may sometimes need to be more padded for legibility.
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- 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.
- val selectable: UndefOr[Boolean]
A table can have its rows appear selectable.
- val singleLine: UndefOr[Boolean]
A table can specify that its cell contents should remain on a single line and not wrap.
- val size: UndefOr[|[Boolean, String]]
A table can also be small or large.
- val sortable: UndefOr[Boolean]
A table may allow a user to sort contents by clicking on a table header.
- val stackable: UndefOr[Boolean]
A table can specify how it stacks table content responsively.
- val striped: UndefOr[Boolean]
A table can stripe alternate rows of content with a darker color to increase contrast.
- val structured: UndefOr[Boolean]
A table can be formatted to display complex structured data.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tableData: UndefOr[Array[Any]]
Data to be passed to the renderBodyRow function.
- val textAlign: UndefOr[|[Boolean, String]]
A table can adjust its text alignment.
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- val unstackable: UndefOr[Boolean]
A table can specify how it stacks table content responsively.
- def update(key: String, v: Any): Unit
- Annotations
- @JSBracketAccess()
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()