浏览代码

Fix bug assigned sortable arrowArrows

Set empty string value for that.options.sortName, to prevent any assigned sortable arrows being set in initBody() > getCaretHtml()
dimbslmh 10 年之前
父节点
当前提交
5569285e54
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/extensions/multiple-sort/bootstrap-table-multiple-sort.js

+ 1 - 0
src/extensions/multiple-sort/bootstrap-table-multiple-sort.js

@@ -127,6 +127,7 @@
                         $($alert).remove();
                     }
 
+                    that.options.sortName = "";
                     that.onMultipleSort();
                     $sortModal.modal('hide');
                 }