tHead property
HTMLTableSectionElement?
get
tHead
Retrieves the tHead object of the table.
Implementation
_i3.HTMLTableSectionElement? get tHead => _i4.getProperty(
this,
'tHead',
);
set
tHead
(HTMLTableSectionElement? value)
Implementation
set tHead(_i3.HTMLTableSectionElement? value) {
_i4.setProperty(
this,
'tHead',
value ?? _i6.undefined,
);
}