ChemPare Documentation - v0.0.0
    Preparing search index...

    Function getAllUniqueValues

    • Gets a sorted unique list of values for a column from all rows. Returns all values, including the filtered out ones.

      Type Parameters

      • TData

      Parameters

      • column: Column<TData, unknown>

        The column to get values from

      • table: Table<TData>

        The table instance

      Returns (string | number)[]

      A sorted array of unique values