HTMLTableElement.deleteTFoot()

The HTMLTableElement.deleteTFoot() method removes a <tfoot> element from the table.

Syntax

JavaScript
HTMLTableElement.deleteTFoot()

Example

js;gutter:false
mytable.deleteTFoot();

Specification

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/htmltableelement/deletetfoot

API HTML DOM HTMLTableElement Method NeedsBrowserCompatibility NeedsSpecTable Reference Référence