• Sorts the rows based on the specified criteria.

    Parameters

    • baseRows: Rows

      The base rows to be sorted.

    • sortBy: string

      The sort criteria.

    • vSetSortBy: "Alphabetical" | "Ascending" | "Descending"

      The sort criteria for visible sets.

    • visibleSets: Sets

      The visible sets.

    • Optional sortByOrder: SortByOrder

      The sort order.

    Returns Rows

    The sorted rows.

Generated using TypeDoc