Some optimization for column resize script
This commit is contained in:
parent
3b7f35d5c9
commit
3cf69dfbb8
@ -81,9 +81,7 @@
|
||||
});
|
||||
|
||||
// wrap all data cells, except actions cell, with span
|
||||
$(t).find('th, td:not(:has(span))').each(function() {
|
||||
$(this).wrapInner('<span />');
|
||||
});
|
||||
$(t).find('th, td:not(:has(span))').wrapInner('<span />');
|
||||
|
||||
// register events
|
||||
$(document).mousemove(function(e) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user