A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.dhtmlx.com/suite/grid/api/export/grid_csv_method/ below:

Website Navigation


JavaScript Grid - csv Method

csv()

Exports data from a grid into a CSV file

csv(config?: object): string;

Parameters: Returns:

A CSV string with Grid data

Example

// default export
grid.export.csv();

// export with config settings
grid.export.csv({
name: "my_file", // the name of a ready CSV file
rowDelimiter: "\t", // the delimiter used to separate rows
columnDelimiter: ";" // the delimiter used to separate columns
});

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4