diff --git a/src/basic/BasicView.js b/src/basic/BasicView.js index 7528779..48e2a0a 100644 --- a/src/basic/BasicView.js +++ b/src/basic/BasicView.js @@ -242,6 +242,7 @@ function BasicView(element, calendar, viewName) { if (dowDirty) { setDayID(cell, date); } + trigger('dayRender', t, date, cell); }); bodyRows.each(function(i, _row) {