Overview
Tight’s Report Dashboard is a full-featured embedded experience (including all drill-down rows) for everything related to reports; all you need to do is add a “Reports” item to your product’s navigation.
Embedding the Report Dashboard
To initialize the Tight Embedded experience using plain Javascript in your project, follow the instructions on Embedding Tight’s white-labeled UI. Below is an example JS embedding of the Report Dashboard:Options
Modifying the list of reports
If you’d like to alter or reorder the list of reports being shown, you can do so by populating areports array within the options object as follows:
[]) will show no reports, while passing any value other than an array will cause all reports to be shown.
The reports array can contain any of the following values:
If you prefer for the list of reports to not be broken into sections, you can also set
showReportSections to false: