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 LayoutandSelected 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:
| Report | Contains | Cols & Rows |
|---|---|---|
All Data | All Data in Grid's Dataset (i.e. all Rows and Columns) | All |
Current Layout | Data in current Layout (i.e. currently filtered Rows and visible Columns) | Visible |
Selected Data | Currently selected Grid data (both Cells and Rows) | Selected |
Note
Additionally developers and run-time users can create bespoke Custom Reports
Exporting System Reports
- In this example AdapTable has been set up so that:
- the Current Report is the
All DataSystem Report - the Report Format is
JSON
- the Current Report is the
Try It Out
- Click the
Exportbutton in the Export toolbar and select 'Download' to send the report as aJSONfile
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.
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 Datareport is removed from System Reports using the function above, theExport Selected CellsandExport Selected RowsMenu 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
- In this example AdapTable has been limited to just 2 System Reports:
All DataCurrent Layout