HTMLTableElement.deleteTHead()

The HTMLTableElement.deleteTHead() removes a <thead> element from the table.

Syntax

JavaScript
HTMLTableElement.deleteTHead()

Example

js;gutter:false
mytable.deleteTHead();

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/deletethead

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