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

    Interface TableOptionsProps

    TableOptionsProps interface for table options component

    interface TableOptionsProps {
        table: Table<Product>;
        onSearch?: (query: string) => void;
    }
    Index

    Properties

    Properties

    table: Table<Product>

    Table instance

    onSearch?: (query: string) => void

    Function to update search input