ソースを参照

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 - 0
src/extensions/multiple-sort/bootstrap-table-multiple-sort.js

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