[Fixed] How to remove fullCalendar time table from week view – Angular

Issue

I’m working in Angular project and I use fullcalendar component.

My issue is that I want to remove the table that contains the time in the view week.

I tried to use CSS but it doesn’t hide the border table:
enter image description here

enter image description here

Solution

It looks like the dayGridWeek (or dayGridDay) view would be suitable for your purposes. This creates a vertical list of events but without a time grid. No need to customise the CSS or anything like that.

See https://fullcalendar.io/docs/daygrid-view-demo for a demo, and https://fullcalendar.io/docs/daygrid-view for documentation.

Leave a Reply

(*) Required, Your email will not be published