Set empty string value for that.options.sortName, to prevent any assigned sortable arrows being set in initBody() > getCaretHtml()
@@ -127,6 +127,7 @@
$($alert).remove();
}
+ that.options.sortName = "";
that.onMultipleSort();
$sortModal.modal('hide');