apex-grid
    Preparing search index...

    Type Alias ExportSource

    ExportSource: "view" | "all" | "page" | "selected"

    Which row set should drive the export.

    • 'view' (default) — post-filter, post-sort rows across all pages.
    • 'all' — the raw data array as supplied by the consumer.
    • 'page' — only the rows in the current page slice.
    • 'selected' — the current row selection (insertion order).