Skip to content

export()

Paul edited this page Jan 2, 2019 · 2 revisions

type Function

Provides a download link to the user with the dataset, given an exportable.

Syntax

export(exportable: ExportableOpts): void

Usage

dataTable.export({'type': 'csv', 'enabled': true, 'filename': 'afilename.csv' })

Clone this wiki locally