@helix-x/datagrid-ui - v0.1.2
    Preparing search index...

    Interface ExportCsvOptions

    Options for GridApi.exportCsv.

    interface ExportCsvOptions {
        fileName?: string;
        onlySelected?: boolean;
        separator?: string;
    }
    Index
    fileName?: string

    File name, with or without the .csv suffix.

    the grid's exportFileName prop

    onlySelected?: boolean

    Export only the selected rows rather than the whole loaded page.

    false
    
    separator?: string

    Field separator.

    ','