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

    Function toDelimited

    • Serialises rows to delimited text with a header line.

      Values are quoted per RFC 4180 when they contain the separator, a quote or a newline. Columns marked ColumnDef.suppressExport are skipped, and lines are joined with CRLF.

      Type Parameters

      • T

      Parameters

      • rows: T[]

        The rows to serialise.

      • columns: (ResolvedColumn<T, never> | ColumnDef<T, never>)[]

        Columns to include, in output order.

      • separator: string

        The field separator.

      Returns string

      The delimited document.