cronapp-framework-js 2.9.1-SP.17 → 2.9.1-SP.19
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/components/templates/cron-grid.designtime.html +1 -0
- package/dist/components/js/jquery.inputmask.bundle.js +1 -1
- package/dist/components/js/jquery.mask.min.js +1 -1
- package/dist/components/js/qrcode.js +1 -1
- package/dist/components/templates/cron-grid.designtime.html +1 -1
- package/dist/js/directives.js +1 -1
- package/js/directives.js +1 -1
- package/package.json +1 -1
package/js/directives.js
CHANGED
|
@@ -3047,7 +3047,7 @@
|
|
|
3047
3047
|
row.cells[cellIndex].format = "dd/mm/yyyy hh:mm:ss;@";
|
|
3048
3048
|
}
|
|
3049
3049
|
|
|
3050
|
-
if (row.type === "footer") {
|
|
3050
|
+
if (row.type === "footer" || row.type === "group-footer") {
|
|
3051
3051
|
if (row.cells[cellIndex].value) {
|
|
3052
3052
|
let rawValue = row.cells[cellIndex].value;
|
|
3053
3053
|
let content = $(rawValue)[0].innerHTML;
|