• Sort the rows using the given sorter function and direction

    Type Parameters

    • R

    Parameters

    • rows: R[]
    • sortDirection: SortDirection
    • Optional sorterAsc: ((a: R, b: R) => number)
        • (a: R, b: R): number
        • Parameters

          • a: R
          • b: R

          Returns number

    Returns R[]

Generated using TypeDoc