ElementTable

case class ElementTable(initialRows: Seq[Row], headers: Option[Header], bsTableStyle: BSTableStyle)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def rowRender(rowID: RowID, initialRow: Row, rowStream: Signal[Row]): HtmlElement
def updateExpanded(rowID: RowID): Unit

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val expanded: Var[Seq[RowID]]
val render: ReactiveHtmlElement[Table]
val rows: Var[Seq[Row]]
val selected: Var[Option[RowID]]