Appearance
@revolist/revogrid / CSVFormatter
type CSVFormatter: (options: Partial<CSVFormat>, data: DataInput) => string;
options
Partial
CSVFormat
data
DataInput
string
src/plugins/export/csv.ts:14