Class type Dom_html.tableRowElement

inherit element
method rowIndex : int Js.readonly_prop
method sectionRowIndex : int Js.readonly_prop
method cells : tableCellElement collection Js.t Js.readonly_prop
method align : Js.js_string Js.t Js.prop
method ch : Js.js_string Js.t Js.prop
method chOff : Js.js_string Js.t Js.prop
method vAlign : Js.js_string Js.t Js.prop
method insertCell : int -> tableCellElement Js.t Js.meth
method deleteCell : int -> unit Js.meth