Description
Normally, a double click is required in a TableView row to initiate editing of the row. Our users would like to start editing right away.
The proposal is to add a new style (implemented in TerraTableViewSkin) called "editOnMouseDown" that would allow the first click to begin editing. The default behavior would remain the same (edit is started on double click).
It is not clear if I can implement it such that the first click would not only initiate editing but also toggle checkboxes or select radio buttons if there are any in the row editor.