uk.gov.hmrc.govukfrontend.views.viewmodels.table.Table
See theTable companion object
case class Table(
rows:
Seq[
Seq[
TableRow]],
head:
Option[
Seq[
HeadCell]],
caption:
Option[
String],
captionClasses:
String,
firstCellIsHeader:
Boolean,
classes:
String,
attributes:
Map[
String,
String])
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product