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[UiElement], rows: Seq[Seq[UiElement]]) extends UiComponent, HasStyle[QuickTable]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HasStyle[QuickTable]trait UiComponenttrait UiElementclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- UiComponent
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- UiElement
Renders any changes for this element and it's children (if any). The element must previously have been added to the session.
Renders any changes for this element and it's children (if any). The element must previously have been added to the session.
Attributes
- Inherited from:
- UiElement
In this article