works.iterative.ui.model.tables

Members list

Type members

Classlikes

case class Column[A, Cell](name: String, get: A => Cell)

A column in a table

A column in a table

Value parameters

get

a function to get the value of the column from a type

name

the name of the column, must be unique in a row

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait StringTabular[A] extends Tabular[A, String]

Attributes

Supertypes
trait Tabular[A, String]
class Object
trait Matchable
class Any
trait Tabular[A, Cell]

A typeclass to represet a type that can be tabulated into Cells

A typeclass to represet a type that can be tabulated into Cells

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait HtmlTabular[A]
trait StringTabular[A]