Open arjunlalb opened 10 months ago
4 files ±0 317 suites ±0 32m 47s :stopwatch: +15s 1 143 tests ±0 1 143 :white_check_mark: ±0 0 :zzz: ±0 0 :x: ±0 1 153 runs ±0 1 153 :white_check_mark: ±0 0 :zzz: ±0 0 :x: ±0
Results for commit 9b591cec. ± Comparison against base commit cf7c36a3.
Attention: 2 lines
in your changes are missing coverage. Please review.
Comparison is base (
d9db405
) 81.74% compared to head (9b591ce
) 81.74%. Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
projects/components/src/table/table.component.ts | 33.33% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
With various usecases of table, it is not always required to select a row when its clicked on. There are usecases that just needs some action to be done on a row click instead of toggling its selection status.
To enable this, this PR introduces a boolean control in the table component.
Testing
Tested manually.
Checklist: