Results 1 - 18 of 18

HTMLTableElement.insertRow()

The HTMLTableElement.insertRow() method inserts a new row in the table.
API HTML DOM HTMLTableElement Method NeedsMobileBrowserCompatibility Reference

HTMLTableElement.tFoot

The HTMLTableElement.tFoot property represents the table's <tfoot> element. Its value can be null if there is no such element.
API HTML DOM HTMLTableElement Property Reference Référence

HTMLTableElement.tHead

The HTMLTableElement.tHead represents  the table's <thead> element. Its value can be null if there is no such element.
API HTML DOM HTMLTableElement Property Reference Référence

HTMLTableElement.align

The HTMLTableElement.align property represents the alignment of the table.
API HTML DOM HTMLTableElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLTableElement.cellSpacing

The HTMLTableElement.cellSpacing represents the spacing around the individual cells of the table.
API HTML DOM HTMLTableElement NeedsCompatTable NeedsSpecTable Property Reference Référence

HTMLTableElement.createCaption()

The HTMLTableElement.createCaption() method returns the caption for the table. If no caption element exists on the table, this method creates it, then returns it.
API HTML DOM HTMLTableElement Method NeedsBrowserCompatibility NeedsSpecTable Reference Référence

HTMLTableElement.createTFoot()

The HTMLTableElement.createTFoot() method returns the <tfoot> element associated with the table, of type HTMLTableSectionElement. If there is no footer for this table, this methods creates it, then returns it.
API HTML DOM HTMLTableElement Method NeedsBrowserCompatibility NeedsSpecTable Reference Référence

HTMLTableElement.createTHead()

The HTMLTableElement.createTHead()method returns the <thead> element association with the table, of type HTMLTableSectionElement. If there is no such element associated to the thable, this method creates it, then returns it.
API HTML DOM HTMLTableElement Method NeedsBrowserCompatibility NeedsSpecTable Reference Référence

HTMLTableElement.deleteCaption()

The HTMLTableElement.deleteCaption() method removes the caption from the table. If there is no caption associated with the table, this method does nothing.
API HTML DOM HTMLTableElement Method NeedsBrowserCompatibility NeedsSpecTable Reference Référence

HTMLTableElement.deleteRow()

The HTMLTableElement.deleteRow() method removes a row from the table. If the amount of rows to delete, specified by the parameter, is greater or equal to the number of available rows, or if it is negative and not equal to the special index -1, representing the last row of the table, the exception INDEX_SIZE_ERR is thrown.
API HTML DOM HTMLTableElement Method NeedsBrowserCompatibility NeedsSpecTable Reference Référence

HTMLTableElement.deleteTFoot()

The HTMLTableElement.deleteTFoot() method removes a <tfoot> element from the table.
API HTML DOM HTMLTableElement Method NeedsBrowserCompatibility NeedsSpecTable Reference Référence

HTMLTableElement.frame

The HTMLTableElement.frame property represents which external table borders to render.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence

HTMLTableElement.rules

The HTMLTableElement.rules property represents which cell borders to render in the table.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence

HTMLTableElement.summary

The HTMLTableElement.summary property represents the table description.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence

HTMLTableElement.tBodies

The HTMLTableElement.tBodies read-only property returns a live HTMLCollection of the table bodies.
API HTML DOM HTMLTableElement NeedsSpecTable Property Read-only Reference Référence

HTMLTableElement.width

Where width is a string representing the width in number of pixels or as a percentage value.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence

HTMLTableElement.rows

The HTMLTableElement.rows read-only property returns a live HTMLCollection of all the rows in the table. The rows included in the associated <thead>, <tfoot> and <tbody> elements.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Read-only Reference Référence