Skip to content

Commit

Permalink
Merge pull request #462 from francoispluchino/master
Browse files Browse the repository at this point in the history
[BUG] Jquery UI Sortable Widget +1.9 init bugfix
  • Loading branch information
mleibman committed Dec 3, 2012
2 parents 86ce1e1 + 161151c commit 9d00e52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slick.grid.js
Expand Up @@ -652,6 +652,8 @@ if (typeof Slick === "undefined") {
}

function setupColumnReorder() {
// force init jquery ui sortable +1.9
$headers.sortable();
$headers.sortable("destroy");
$headers.sortable({
containment: "parent",
Expand Down

0 comments on commit 9d00e52

Please sign in to comment.