w2grid.onResizerDblClick

Called when user double clicks on the column resizer (between columns)
onColumnSelect = function(event)
This event is triggered when user double clicks on the column resize (little element between columns). It will receive one argument event that will contain information about the column.
You can add event listener during the object creation: or after the object has been created: Your event listener can be executed before or after the event has been processed. You can also cancel the default behavior. See Events page in utilities.

User Comments

comments powered by Disqus