How to enable SingleClickEdit in ag-grid

Issue

I am using ag-grid with angularJS. I need to enable the edit options in the table by doing a single click. Now its happening with double click. Can any one please tell me how to do that?

Solution

No worries. I added

singleClickEdit: true

in the place where i define the coldefs and rowdata stuffs.

Answered By – gkarthiks

This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0

Leave a Reply

(*) Required, Your email will not be published