@helix-x/datagrid-ui - v0.1.2
    Preparing search index...

    Function headerText

    • Plain-text header, for exports and aria labels.

      Prefers ColumnDef.headerName, then a string or numeric header, then falls back to the column id.

      Type Parameters

      • T

      Parameters

      • column: ColumnDef<T, never>

        The column to label.

      Returns string

      The header as plain text, or '' if nothing usable was found.