Double click action for "editable" column

Hi all,
I am using “editable” attribute for inline editing in a column. It works perfectly fine but what I want now is to have a double click action instead which enables the editable column.
Any suggestions?

-Sanchit

Hi,

It is hard to achieve this behaviour with Table. I recommend that you use DataGrid component and its inline editor feature. When a user double click on row Inline editor opens and shows editable cells. Inline editor is available in the upcoming 6.5 version. See demo project : GitHub - cuba-labs/demo-65-data-grid-editor

See also: DataGrid - CUBA Platform. Developer’s Manual

gui_dataGrid_14

Hi,
when is the estimated release date of 6.5 version ?

Release candidate is already available. The final version will be released on 24 April.