How can I make newly added rows instantly editable?
I’m using prime react table to render dynamic data in react. i build my component with the help of the datatable docs:
prime react data table – make newly added row instantly editable
im using prime react table to render dynamic data in react. i build my component with the help of the datatable docs: https://primereact.org/datatable/
when i click the add row button,i would like that the new added row to be instantly editable to the user,(preferbly with keyboard focus that ill add later ) without him using the edit button to edit the empty new row,
is that possible? havent found a solution yet, any help is appreciated, thanks!