Skip to content

Instantly share code, notes, and snippets.

View jimmyye's full-sized avatar

Jimmy Ye jimmyye

View GitHub Profile
@jimmyye
jimmyye / handsontable-observedblclick.js
Last active March 30, 2018 06:31 — forked from pezon/handsontable-observedblclick.js
Handsontable plugin - Observe dblClick event
function ObserveDblClick() {
var plugin = this;
// public methods
this.init = function() {
bindHeaders.call(this);
};
this.dblclickColHeader = function(hot, col) {
hot.runHooks('dblclickColHeader', col);