Skip to content

Commit d7f5b32

Browse files
committed
fix axis only y
1 parent 5d1880d commit d7f5b32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/js/jquery.sortable.gridview.js

+1
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)