Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change weekview event details design in ionic2-calendar #630

Open
jyothimarkal opened this issue Dec 27, 2021 · 1 comment
Open

Change weekview event details design in ionic2-calendar #630

jyothimarkal opened this issue Dec 27, 2021 · 1 comment

Comments

@jyothimarkal
Copy link

jyothimarkal commented Dec 27, 2021

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
cal

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;
}

@twinssbc
Copy link
Owner

@jyothimarkal What kind of event detail do you want to display in week view? Probably some mock up could help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants