Class type Dom_html.tableElement

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