-
Notifications
You must be signed in to change notification settings - Fork 11
Summary list clickable #717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #717 +/- ##
==========================================
- Coverage 85.17% 85.16% -0.02%
==========================================
Files 784 784
Lines 16057 16066 +9
Branches 2047 1997 -50
==========================================
+ Hits 13677 13682 +5
- Misses 2347 2351 +4
Partials 33 33
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| class="summary-value" | ||
| [class.clickable]="item.clickable" | ||
| *ngFor="let value of this.getValuesArray(item.value)" | ||
| (click)="this.itemClick.emit(item)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not emit if not clickable
Description
Added styling and @output for summary list values that are clickable.
Also added configurable searchPlaceholder to table controls.