Skip to content

Commit e7aa5be

Browse files
author
hiddes
committed
FIXED ISSUE markmalek#69 Scrolling over fixed column header distorts the table
1 parent 802503f commit e7aa5be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jquery.fixedheadertable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@
463463

464464
// bind mousewheel events
465465
var maxTop = $fixedColumn.find('.fht-tbody .fht-table').height() - $fixedColumn.find('.fht-tbody').height();
466-
$fixedColumn.find('.fht-table').bind('mousewheel', function(event, delta, deltaX, deltaY) {
466+
$fixedColumn.find('.fht-tbody .fht-table').bind('mousewheel', function(event, delta, deltaX, deltaY) {
467467
if (deltaY == 0) {
468468
return;
469469
}

jquery.fixedheadertable.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)