alfresco-ng2-components/docs/insights/components/analytics-report-list.component.md
Vito 30c5c58d40
[ACA-3672] - added server order for document -list (#5899)
* [ACA-3672] - added sorting server side for document-list

* [ACA-3672] - added and fixed unit tests for backend order

* [ACA-3672] - fixed failing test

* [ACA-3672] - regenerated doc and renamed variable

Co-authored-by: Vito Albano <vitoalbano@Vitos-MacBook-Pro.local>
2020-07-23 14:04:05 +01:00

1.1 KiB

Title, Added, Status
Title Added Status
APS Analytics List Component v2.0.0 Active

APS Analytics List Component

Shows a list of all available reports

Basic Usage

<adf-analytics-report-list
    [layoutType]="'LIST'">
</adf-analytics-report-list>

Class members

Properties

Name Type Default value Description
appId number appId ID of the target app.
layoutType string layout Type LIST or GRID.
selectFirst boolean false selectFirst.

Events

Name Type Description
error EventEmitter<any> error.
reportClick EventEmitter<ReportParametersModel> report Click.
success EventEmitter<any> success.