Versions in this module Expand all Collapse all v1 v1.0.1 Aug 5, 2024 v1.0.0 Nov 9, 2023 Changes in this version + type DimensionalField struct + Column int + Element *goquery.Selection + Height int + Row int + Width int + type HTMLTable struct + Fields [][]*goquery.Selection + func ParseHTMLTable(dom *goquery.Selection) (t *HTMLTable, err error) + func (t *HTMLTable) FindMatchingFields(matcher func(*goquery.Selection) bool) (fields []DimensionalField)