Single click cell select

Apologies if this is already answered ( I did a search, but didn’t find a topic that addressed it), but I would like to be able to click on a column, rather than double click on a column, to have it go into an editable state.

Is this possible/exposed to the API in some way?

Thanks.

You can configure this with enableEditEvents() method docs.dhtmlx.com/doku.php?id=dhtm … editevents

Awesome! Thank you very much.