src/app/components/summary-statistics-table/summary-statistics-table.component.ts
Summary Statistics Table Component
This component displays a summary statistics table based on a CSV file. It allows filtering of the rows based on a specified organ.
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | hra-summary-statistics-table |
| imports |
HraCommonModule
ButtonsModule
MatIconModule
PlainTooltipDirective
TableComponent
|
| templateUrl | ./summary-statistics-table.component.html |
| styleUrl | ./summary-statistics-table.component.scss |
Properties |
|
Methods |
Inputs |
| csvUrl | |
Default value : 'assets/content/2d-ftu-illustrations/table-data/ftu-cell-counts-9th-release.csv'
|
|
|
URL for the CSV |
|
| organColumn | |
Default value : 'organ'
|
|
|
Column name for the organ |
|
| download |
download()
|
|
function to download CSV or data of rows
Returns :
void
|