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