tHead tHead returns the table's THEAD. Syntax th_el = table.tHead Parameters th_el is a HTMLTableSectionElement. Example if (table.tHead == my_head_el) { ... } Notes This property returns VOID if no THEAD element exists. Specification tHead
tHead returns the table's THEAD.
th_el = table.tHead
th_el is a HTMLTableSectionElement.
if (table.tHead == my_head_el) { ... }
This property returns VOID if no THEAD element exists.
tHead