AdapTable Reports

Summary

  • AdapTable provides 3 System Reports which can be run at any time
  • Thes are designed to cover the most common use cases: All Data, Current Layout and Selected Data
  • System Reports can be exported in various formats to all destinations

AdapTable ships with 3 System (i.e. predefined) Reports designed for frequently used exports:

ReportContainsCols & Rows
All DataAll Data in Grid's Dataset (i.e. all Rows and Columns)All
Current LayoutData in current Layout (i.e. currently filtered Rows and visible Columns)Visible
Selected DataCurrently selected Grid data (both Cells and Rows)Selected

Note

Additionally developers and run-time users can create bespoke Custom Reports

Exporting System Reports
Fork
  • In this example AdapTable has been set up so that:
    • the Current Report is the All Data System Report
    • the Report Format is JSON
Try It Out
  • Click the Export button in the Export toolbar and select 'Download' to send the report as a JSON file

Limiting System Reports

By default all 3 System Reports will be shipped with AdapTable and available for use.

However this can be changed via the systemReportNames property of Export Options.

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

systemReportNames

Default: All 3 System Reports
Sets which System Reports are available for users

Developers can supply a list of System Report names to this property and only these reports will be available.

Note

  • If the Selected Data report is removed from System Reports using the function above, the Export Selected Cells and Export Selected Rows Menu Items in the Context Menu will still remain
  • Use the properties available in Context Menu Options to remove these menu items completely
Configuring System Reports
Fork
  • In this example AdapTable has been limited to just 2 System Reports:
    • All Data
    • Current Layout