We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1880d commit d7f5b32Copy full SHA for d7f5b32
assets/js/jquery.sortable.gridview.js
@@ -17,6 +17,7 @@
17
18
grid.sortable({
19
items: 'tr',
20
+ axis: 'y',
21
update: function () {
22
var items = {};
23
var i = 0;
0 commit comments