* fix progressPie not work in datatable.

This commit is contained in:
Catouse
2020-12-25 11:39:38 +08:00
parent 464ba9aea9
commit 739994edbb
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -53,6 +53,7 @@ var datatableOptions =
this.$datatable.find('.table').addClass('has-sort-head');
}
this.$datatable.find('.sparkline').sparkline();
$('.progress-pie').progressPie();
}
};