* code for task #65279.

This commit is contained in:
wangyidong
2022-08-16 13:39:25 +08:00
parent 97700ca723
commit 95ef309921
4 changed files with 79 additions and 39 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ $(document).ready(function()
var $tbody = $(this);
$tbody.sortable(
{
selector: 'tr',
selector: typeof(sortSelector) == 'undefined' ? 'tr' : sortSelector,
dragCssClass: 'drag-row',
trigger: $tbody.find('.sort-handler').length ? '.sort-handler' : null,
finish: function(e)