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

    Function exportValue

    • The string written to CSV and the clipboard for a cell.

      Prefers ColumnDef.exportValue, falling back to formatValue — which is why a column with a markup cellRenderer should supply one.

      Type Parameters

      • T

      Parameters

      • row: T

        The row to export.

      • column: ColumnDef<T, never>

        The column being exported.

      Returns string

      The flat string for this cell.