rowSpan

object rowSpan extends Attr

td - This attribute contains a positive integer indicating the number of consecutive rows the <code><td></code> element spans. If not present, its default value is <code>1</code>. th - This attribute contains a positive integer indicating the number of consecutive rows the <code><th></code> element spans. If not present, its default value is <code>1</code>.

trait Attr
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Types

Inherited types

type supports[T <: Tag] = AttrPair[attrType] => AttrPair[tagType]
Inherited from
Attr

Value members

Concrete methods

@inline
def :=(v: Int): AttrPair[_rowSpan_attr]
@inline
def :=(v: Option[Int]): OptionalAttrPair[_rowSpan_attr]