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

    Function getVisibleRange

    • Gets the range of values for a column from visible rows. Only returns the visible values (e.g., if another filter has been applied, the filtered out results won't be included here).

      Type Parameters

      • TData

      Parameters

      • column: Column<TData, unknown>

        The column to get the range from

      • table: Table<TData>

        The table instance

      Returns [number, number]

      A tuple containing the minimum and maximum values