QuickTable
org.terminal21.client.components.chakra.QuickTable
case class QuickTable(key: String, variant: String, colorScheme: String, size: String, style: Map[String, Any], caption: Option[String], headers: Seq[Any], rows: Seq[Seq[Any]], dataStore: TypedMap) extends UiComponent, HasStyle
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HasStyletrait UiComponentclass UiElementtrait AnyElementclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Types
Value members
Concrete methods
Attributes
- Definition Classes
Value parameters
- data
-
A mix of plain types or UiElement. If it is a UiElement, it will be rendered otherwise if it is anything else the
.toString
method will be used to render it.
Attributes
- Returns
-
QuickTable
Attributes
- Definition Classes
-
HasStyle
Inherited methods
Attributes
- Returns
-
this element along all it's children flattened
- Definition Classes
- Inherited from:
- UiComponent
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- UiElement
Attributes
- Inherited from:
- UiComponent
Attributes
- Inherited from:
- UiElement
Attributes
- Inherited from:
- UiElement
In this article