When using clipboard: ‘selection’ and select: ‘cell’ together on a datatable with editable text cells, the single click to edit doesn’t work on empty cells.
If you clear the data in one of the cells, you can reproduce this. It requires two clicks to start editing (if there is data in the cell, it works with 1 click as it should).
It appears to be the clipboard specifically that’s causing the issue, because select: ‘cell’ alone doesn’t cause the issue.
I’m using chromium (linux) and after clearing a cell value, then clicked somewhere else, then click again on the empty cell, the input text is shown as expected.