Report Destinations

Summary

  • AdapTable provides 2 System Export Destinations for Reports: Download and Clipboard
  • Developers can configure which are available - including on a per Report basis

The Report Export Destination determines where a Report is sent.

System Export Destinations

AdapTable ships with 2 Export Destinations

  • Download - available for all Report Formats
  • Clipboard - available only for CSV and JSON Report Formats

Note

  • The Export button displays a dropdown showing all available Destinations for current Report and Report Format
  • However, if the Report can only have a single Destination, the Export button becomes a regular button

Limiting System Destinations

By default both System Export Destinations are available to users.

Where this is not required behaviour, use the systemExportDestinations property in Export Options.

The property returns a list (either directly or via a function) of which System Destinations should be available.

systemExportDestinations

Default: Download & Clipboard
Sets which Export Destinations provided by AdapTable are available for Reports
Configuring System Export Destinations
Fork
  • In this example AdapTable has been limited to just the Clipboard System Export Destination

Custom Export Destinations

If the System Export Destinations provided by AdapTable are insufficient, developers can easily supply their own custom export destinations.

Find Out More