79134547

Date: 2024-10-28 17:52:41
Score: 2
Natty:
Report link

I had omitted the iterator variable on the body template. I had

<ng-template pTemplate="body" let-release>
  <tr [pSelectableRow]>

where I needed

  <ng-template pTemplate="body" let-release>
    <tr [pSelectableRow] = "release">

I should have put more of the p-table code on the question. This did work before the framework upgrade. I edited it for other reasons and introduced this. Thanks anyway

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user4512668