PropsHTMLTableElement extension

on

Properties

align ↔ String

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

getter/setter pair
bgColor ↔ String

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

getter/setter pair
border ↔ String

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

getter/setter pair
caption ↔ HTMLTableCaptionElement?

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

getter/setter pair
cellPadding ↔ String

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

getter/setter pair
cellSpacing ↔ String

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

getter/setter pair
frame ↔ String

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

getter/setter pair
rows → HTMLCollection

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

no setter
rules ↔ String

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

getter/setter pair
summary ↔ String

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

getter/setter pair
tBodies → HTMLCollection

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

no setter
tFoot ↔ HTMLTableSectionElement?

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

getter/setter pair
tHead ↔ HTMLTableSectionElement?

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

getter/setter pair
width ↔ String

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

getter/setter pair

Methods

createCaption() → HTMLTableCaptionElement

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

createTBody() → HTMLTableSectionElement

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

createTFoot() → HTMLTableSectionElement

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

createTHead() → HTMLTableSectionElement

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

deleteCaption() → void

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

deleteRow(int index) → void

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

deleteTFoot() → void

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

deleteTHead() → void

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension

insertRow([int? index = -1]) → HTMLTableRowElement

Available on HTMLTableElement, provided by the PropsHTMLTableElement extension