javascript - Vertical grid lines for fullcalendar -
i'm using fullcalendar.io wonder, how can make show vertical grid, table lines?
i added css style horizontal lines visible. how same thing vertical ones?
make css class like:
.fc .fc-agendaweek-view .fc-bg tr > td{ border: 2px solid grey; }
the vertical lines in .fc-bg
(background) table of fullcalendar.
Comments
Post a Comment