Class type Dom_html.tableElement
inherit element
method caption : tableCaptionElement Js.t Js.propmethod tHead : tableSectionElement Js.t Js.propmethod tFoot : tableSectionElement Js.t Js.propmethod rows : tableRowElement collection Js.t Js.readonly_propmethod tBodies : tableSectionElement collection Js.t Js.readonly_propmethod align : Js.js_string Js.t Js.propmethod border : Js.js_string Js.t Js.propmethod cellPadding : Js.js_string Js.t Js.propmethod cellSpacing : Js.js_string Js.t Js.propmethod frame : Js.js_string Js.t Js.propmethod rules : Js.js_string Js.t Js.propmethod summary : Js.js_string Js.t Js.propmethod width : Js.js_string Js.t Js.propmethod createTHead : tableSectionElement Js.t Js.methmethod deleteTHead : unit Js.methmethod createTFoot : tableSectionElement Js.t Js.methmethod deleteTFoot : unit Js.methmethod createCaption : tableCaptionElement Js.t Js.methmethod deleteCaption : unit Js.methmethod insertRow : int -> tableRowElement Js.t Js.methmethod deleteRow : int -> unit Js.meth