tHead property
HTMLTableSectionElement?
get
tHead
The HTMLTableElement.tHead
represents the
thead
element of a table
. Its value will be
null
if there is no such element.
Implementation
external HTMLTableSectionElement? get tHead;
set
tHead
(HTMLTableSectionElement? value)
Implementation
external set tHead(HTMLTableSectionElement? value);