Page 1 of 1

[REACT] how to show the week of calendar in sidebar

Posted: Fri Aug 05, 2022 4:29 am
by jeff.wang

Hi,

How to show the week of calendar in sidebar.

Thank you!


Re: [REACT] how to show the week of calendar in sidebar

Posted: Fri Aug 05, 2022 5:23 am
by tasnim

Could you please show us how do you want it to show in the sidebar?


Re: [REACT] how to show the week of calendar in sidebar

Posted: Fri Aug 05, 2022 6:31 am
by jeff.wang

the example is like below, i want to show the week unit in top.

Image


Re: [REACT] how to show the week of calendar in sidebar

Posted: Fri Aug 05, 2022 7:29 am
by tasnim

Re: [REACT] how to show the week of calendar in sidebar

Posted: Fri Aug 05, 2022 8:37 am
by jeff.wang

why the calendar of sidebar of the demo is with the week unit, i want to have it like this.

Image


Re: [REACT] how to show the week of calendar in sidebar

Posted: Fri Aug 05, 2022 12:21 pm
by tasnim

Sorry, I don't understand. Could you please explain How do you want to have it?


Re: [REACT] how to show the week of calendar in sidebar

Posted: Fri Aug 05, 2022 1:24 pm
by Animal

From your initial screenshot it looks like you have added some CSS which hides the days of week row.

Inspect that element in your debugger and see why it's not visible.


Re: [REACT] how to show the week of calendar in sidebar

Posted: Fri Aug 05, 2022 4:49 pm
by jeff.wang

Yes, I resolved it, the other CSS hides the days of week.

Thanks you.