Basics

Formatting

Context menu

Drag n Drop

Spreadsheet

Tabs

Export (csv, html, pdf, xlsx )

RTL Layout

Layouts

Rows

Paging

Big data

Columns

Cells

Inline editing

Row Grouping

Pivot

Sorting

Filter

Selections

Nesting / Row details

Tree grid

Charts

Angular

React React

Vue Vue

Knockout

;

Export to csv

The grid data can be exported to CSV format file by passing format: 'csv' to exportData method.

Selected rows can be exported by passing selection: 'row' parameter to exportData method.

Default separator is comma i.e., , in the exported csv. A different separator can be used by passing separator parameter e.g., separator: "\t" to make it tab separated format.