Nuestros voluntarios aún no han traducido este artículo al Español. Únete a nosotros y ayúdanos a traducirlo
The HTMLTableElement.deleteTHead()
removes a <thead>
element from the table.
Syntax
HTMLTableElement.deleteTHead()
Example
mytable.deleteTHead();