0

I am trying to add edit, trash icons to Angular UI grid. On click on a particular row I want to allow the user to only edit the particular row.

enter image description here

Is there any api method available which will make non editable row into editable row on fly? I want to disable the feature of making ui grid editable if user double clicks it as well.

Inian
  • 80,270
  • 14
  • 142
  • 161
Naresh G
  • 83
  • 5

1 Answers1

0

you can refer to the ui-grid 201 Edit Feature

if you want to edit the row, please use the method:cellEditableCondition

Python Basketball
  • 2,320
  • 3
  • 24
  • 47