w2grid.columnDblClick

Called when user double clicks on the column.
columnDblClick(field, [event])
field string, column field name
event object, optional, DOM Event Object
Returns undefined.

Description

This method is called when user double clicks on the column. The method emits the .onColumnDblClick event. There is no default behavior.
If you have grid defined in the following way: You can emulate click on the column by:

User Comments

comments powered by Disqus