Page 1 of 1

DataTable allow only one row edit

Posted: 21 Apr 2020, 09:33
by vn16667
Hello,
I am using :

<p-table [value]="cars2" dataKey="vin" editMode="row">

How can I allow only one row to be edit at a time ?

Best Regards

Re: DataTable allow only one row edit

Posted: 11 May 2020, 09:55
by GummyRabbit
vn16667 wrote:
21 Apr 2020, 09:33
Hello,
I am using :

<p-table [value]="cars2" dataKey="vin" editMode="row">

How can I allow only one row to be edit at a time ?

Best Regards
I have same question and didn't get satisfied solution.

Re: DataTable allow only one row edit

Posted: 22 May 2020, 03:08
by PhilHuhn
Yes, it appears that only one row of edit at a time using editMode of row. Have you tried cell editing, that allows for continuous editing. What is your use case?