ChemPal Documentation - v1.12.0
    Preparing search index...

    Type Alias ResultsSettings

    Results-table display config: empty-column auto-hiding and default-hidden columns.

    type ResultsSettings = {
        autoHideEmpty?: boolean;
        hidden?: string[];
    }
    Index

    Properties

    autoHideEmpty?: boolean

    When true (the default), auto-hide columns with no data in the current result set.

    hidden?: string[]

    Column ids hidden from the results table by default.