Class HTMLTableSectionElement

All Implemented Interfaces:
EventTarget

@JsType(isNative=true, namespace="<global>") public class HTMLTableSectionElement extends HTMLElement
  • Field Details

  • Constructor Details

    • HTMLTableSectionElement

      public HTMLTableSectionElement()
  • Method Details

    • deleteRow

      public @Nullable HTMLElement deleteRow(int index)
    • insertRow

      public @Nullable HTMLElement insertRow()
    • insertRow

      public @Nullable HTMLElement insertRow(int index)