Skip to content

Commit

Permalink
Merge pull request #517 from ckosmowski/master
Browse files Browse the repository at this point in the history
Add the distance delay to the header drag code.
  • Loading branch information
mleibman committed Jan 18, 2013
2 parents 10c8886 + 1383195 commit 64b0440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slick.grid.js
Expand Up @@ -658,6 +658,7 @@ if (typeof Slick === "undefined") {
$headers.filter(":ui-sortable").sortable("destroy");
$headers.sortable({
containment: "parent",
distance: 3,
axis: "x",
cursor: "default",
tolerance: "intersection",
Expand Down

0 comments on commit 64b0440

Please sign in to comment.