Skip to content

Commit b19341e

Browse files
committed
Merge pull request #16 from Elgorm/master
fix axis only y
2 parents 5d1880d + d7f5b32 commit b19341e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/js/jquery.sortable.gridview.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
grid.sortable({
1919
items: 'tr',
20+
axis: 'y',
2021
update: function () {
2122
var items = {};
2223
var i = 0;

0 commit comments

Comments
 (0)