mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-26 13:18:16 +08:00
completely rerender BasicView's table every time. mainly for dayRender
This commit is contained in:
@@ -45,7 +45,7 @@ function MonthView(element, calendar) {
|
||||
t.end = end;
|
||||
t.visStart = visStart;
|
||||
t.visEnd = visEnd;
|
||||
renderBasic(6, rowCnt, nwe ? 5 : 7, true);
|
||||
renderBasic(rowCnt, nwe ? 5 : 7, true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user