TableLayout

com.raquo.laminar.defs.styles.traits.TableLayout
trait TableLayout extends Auto

Attributes

Graph
Supertypes
trait Auto
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

lazy override val auto: StyleSetter

An automatic table layout algorithm is commonly used by most browsers for table layout. The width of the table and its cells depends on the content thereof.

An automatic table layout algorithm is commonly used by most browsers for table layout. The width of the table and its cells depends on the content thereof.

Attributes

lazy val fixed: StyleSetter

Table and column widths are set by the widths of table and col elements or by the width of the first row of cells. Cells in subsequent rows do not affect column widths.

Table and column widths are set by the widths of table and col elements or by the width of the first row of cells. Cells in subsequent rows do not affect column widths.

Attributes