Class type Dom_html.tableRowElement
inherit element
method rowIndex : int Js.readonly_propmethod sectionRowIndex : int Js.readonly_propmethod cells : tableCellElement collection Js.t Js.readonly_propmethod align : Js.js_string Js.t Js.propmethod ch : Js.js_string Js.t Js.propmethod chOff : Js.js_string Js.t Js.propmethod vAlign : Js.js_string Js.t Js.propmethod insertCell : int -> tableCellElement Js.t Js.methmethod deleteCell : int -> unit Js.meth