Member Junction
    Preparing search index...

    Export options for query results

    interface QueryExportOptions {
        columnMapping?: Record<string, string>;
        includeHeaders?: boolean;
        selectedRowsOnly?: boolean;
        visibleColumnsOnly?: boolean;
    }
    Index

    Properties

    columnMapping?: Record<string, string>

    Custom column mapping

    includeHeaders?: boolean

    Include headers

    selectedRowsOnly?: boolean

    Export only selected rows

    visibleColumnsOnly?: boolean

    Export only visible columns