class js.html.TableElement extends Element
Available on js
table
objects expose the HTMLTableElement
interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of tables in HTML.
Documentation for this class was provided by MDN.