At some point my table switched from having a single-click-to-edit requirement to double-click-to-edit requirement.
My goal is to provide the user with editable table cells that require only a single-click to edit instead of a double-click to edit.
I'm using editable cell of type Tags with mapped values and an onChange event handler.
If I insert a new table component into my app, it only requires a single-click to edit. I don't see any settings under interactions to control this behavior.
So the first click on the Tag cell can't select the cell and it just activates the drop down list of tags.
In the other table i have some editable text fields as well as the tag ones. So in that case I need "Cell selection" set to "Single" otherwise i can't select the editable fields.