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