prorm API Reference
    Preparing search index...

    Interface UnpivotOptions

    Unpivot options for transforming columns to rows

    interface UnpivotOptions {
        in: string[];
        valueColumn: string;
        nameColumn: string;
    }
    Index
    in: string[]

    Columns to unpivot (transform to rows)

    valueColumn: string

    Name for the value column in the result

    nameColumn: string

    Name for the column name column in the result