You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
previously I tried to show a customized event details list in daywiseview but I want to get any result, so now am trying to do it in weekview plz help me. it working in daywise
The same thing I want to display weekview. In global.scss
Hi,
previously I tried to show a customized event details list in daywiseview but I want to get any result, so now am trying to do it in weekview plz help me. it working in daywise
The same thing I want to display weekview. In global.scss
.weekview-allday-table {
display:none;
}
.weekview-normal-event-container {
display:none;
position: absolute;
left:0;
top:0;
bottom:0;
right:0;
}
.calendar-event-wrap{
//display:none;
background-color: bisque;
}
The text was updated successfully, but these errors were encountered: