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

    Module mixins/tanstack

    Functions

    getHeaderText

    Gets the displayable header text for a column. This is needed because the header text is not always a string. Sometimes it's an HTML or React element.

    getVisibleUniqueValues

    Gets a sorted unique list 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).

    getAllUniqueValues

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

    getFullRange

    Gets the range of values for a column from all rows. Returns all values, including the filtered out ones.

    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).

    setColumnVisibility

    Sets the visibility of a column.