Versions in this module Expand all Collapse all v1 v1.5.1 Sep 14, 2024 v1.5.0 Sep 11, 2024 Changes in this version + var ErrNotAnHTMLTableColElement = errors.New("Object is not an HTMLTableElement") + var ErrNotImplemented = errors.New("Browser not implemented HTMLTableElement") + func GetInterface() js.Value + type HtmlTableElement struct + func New(d document.Document) (HtmlTableElement, error) + func NewFromElement(elem element.Element) (HtmlTableElement, error) + func NewFromJSObject(obj js.Value) (HtmlTableElement, error) + func (h HtmlTableElement) Caption() (htmltablecaptionelement.HtmlTableCaptionElement, error) + func (h HtmlTableElement) CreateCaption() (htmltablecaptionelement.HtmlTableCaptionElement, error) + func (h HtmlTableElement) CreateTFoot() (htmltablesectionelement.HtmlTableSectionElement, error) + func (h HtmlTableElement) CreateTHead() (htmltablesectionelement.HtmlTableSectionElement, error) + func (h HtmlTableElement) DeleteCaption() error + func (h HtmlTableElement) DeleteRow(index int) error + func (h HtmlTableElement) DeleteTFoot() error + func (h HtmlTableElement) DeleteTHead() error + func (h HtmlTableElement) HtmlTableElement_() HtmlTableElement + func (h HtmlTableElement) InsertRow(index ...int) (htmltablerowelement.HtmlTableRowElement, error) + func (h HtmlTableElement) Rows() (htmlcollection.HtmlCollection, error) + func (h HtmlTableElement) SetCaption(caption htmltablecaptionelement.HtmlTableCaptionElement) error + func (h HtmlTableElement) TBodies() (htmlcollection.HtmlCollection, error) + func (h HtmlTableElement) TFoot() (htmltablesectionelement.HtmlTableSectionElement, error) + func (h HtmlTableElement) THead() (htmltablesectionelement.HtmlTableSectionElement, error) + type HtmlTableElementFrom interface + HtmlTableElement_ func() HtmlTableElement