In our current setup, we are utilizing FullCalendar in the week view format with vertical columns assigned to specific resources for each day.
One challenge we are facing is distinguishing where each day begins and ends, as all cells have the same side border.
Is there a way to customize the left border of the last resource cell for each day?
Are there any CSS or Javascript solutions that would allow me to define a unique left border for the first or last cell within a sequence of data-date values?
A sample representation of a table row can be seen below:
<tr>
<td class="fc-axis fc-widget-content" style="width: 55px;"><span>All Day</span></td>
[...]
</tr>