In my angular project, I use primeNG library I'm trying to make the rows editable in the data table so I follow the documentation [https://www.primefaces.org/primeng/#/table/edit] to do that but I face issue I tried to solve it but I failed.
when I click in the edit button all rows become editable and supposed to be only the row was clicked on?
so how can I do it and send new data to the server
my code in stackpiltz [https://stackblitz.com/edit/angular-1suual?file=src%2Fapp%2Fsuppliers-info%2Fsuppliers-info.component.ts]
For clarification
when I click modify button it will be like that
thanks in advance for any cooperation