Fix: remove system's drag and drop when dragging table header link
This commit is contained in:
parent
53d7bfa2b1
commit
3ba2aa4463
@ -425,6 +425,9 @@
|
||||
$(t).removeClass('data');
|
||||
$(g.gDiv).addClass('data');
|
||||
$(g.cRsz).css('height', $(t).height());
|
||||
$(t).find('th a').bind('dragstart', function() {
|
||||
return false;
|
||||
});
|
||||
};
|
||||
|
||||
// document ready checking
|
||||
|
||||
Loading…
Reference in New Issue
Block a user