Constructor
new ExportPresenter(root)
Create a new ExportPresenter.
Parameters:
| Name | Type | Description |
|---|---|---|
root |
HTMLElement | Root DOM element. |
- Source:
Methods
showResults(results, filterSet, backendResult)
Update export data with new results.
Parameters:
| Name | Type | Description |
|---|---|---|
results |
Object | Results data to export. |
filterSet |
FilterSet | Current filter settings. |
backendResult |
BackendResult | Backend result containing CSV string. |
- Source: