Preselect checkboxes in primeng table
I have a requirement to preselect first 20 rows in primeng table I have tried the following, but it gives an error can’t bind to ‘checked’ since it isn’t a known property of p-checkbox I have tried replacing with ngModel as written in posts but to no avail <ng-template pTemplate="body" let-transaction let-expanded="expanded"> <tr [pSelectableRow]="transaction"> <td… Read More Preselect checkboxes in primeng table