mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-27 11:22:18 +08:00
Added dayRender trigger
Thanks to manchev for code snippet.
This commit is contained in:
committed by
Adam Shaw
parent
ac1bd4c672
commit
319a63e9dd
@@ -242,6 +242,7 @@ function BasicView(element, calendar, viewName) {
|
||||
if (dowDirty) {
|
||||
setDayID(cell, date);
|
||||
}
|
||||
trigger('dayRender', t, date, cell);
|
||||
});
|
||||
|
||||
bodyRows.each(function(i, _row) {
|
||||
|
||||
Reference in New Issue
Block a user