Name

HTMLTableElement.deleteTFoot( ) — delete the <tfoot> of a table

Availability

DOM Level 1 HTML

Synopsis

void deleteTFoot(  );

Description

If this table has a <tfoot> element, this method removes it from the document tree. If the table has no footer, this method does nothing.

Get JavaScript: The Definitive Guide, Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.