79802888

Date: 2025-10-28 13:57:33
Score: 0.5
Natty:
Report link

What worked for me was to capture the click event on the td and stop the propagation

<td data-testId="item-checkbox" (click)="$event.stopPropagation()">
    <p-tableCheckbox [value]="item" />
</td>
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: zJaaal