Browse Source

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 years ago
parent
commit
5569285e54
1 changed files with 1 additions and 0 deletions
  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');
                 }