GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Renders a data table (<table class="gl-poi-table">) with a header row and a body, preserving the exact inline padding/border styles of the original. Two-string columns are split via normalizeTableData. Border rendering is driven by config.borders (outer/row/column/color).

      Parameters

      • config: RenderField

        Field configuration (columns, borders).

      • value: unknown

        Already-resolved array of rows.

      Returns HTMLElement | null

      The rendered table, or null when the value is not an array.