Skip to content

RevoGrid Documentation v4.12.4 / CSVFormatter

Type Alias: CSVFormatter()

ts
type CSVFormatter: (options: Partial<CSVFormat>, data: DataInput) => string;

Parameters

ParameterType
optionsPartial<CSVFormat>
dataDataInput

Returns

string

Defined in

src/plugins/export/csv.ts:14