sbd-npm 1.2.79 → 1.2.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/util.js +1 -1
package/package.json
CHANGED
package/util.js
CHANGED
@@ -2023,7 +2023,7 @@ const Util = {
|
|
2023
2023
|
sort_cls = "fa-sort-desc";
|
2024
2024
|
}
|
2025
2025
|
table.children('tbody').empty().html(row_arr);
|
2026
|
-
table.find("i").each(function () {
|
2026
|
+
table.children('thead').find("i").each(function () {
|
2027
2027
|
if ($(this).hasClass("fa")) {
|
2028
2028
|
$(this).removeClass("fa-sort-asc");
|
2029
2029
|
$(this).removeClass("fa-sort-desc");
|