I am trying to hide the current day and date column that is displayed in the top column of the scheduler like in this screenshot:

Here is the link to the image: https://prnt.sc/ubad7c
but when I set their class display to none they are not visible anymore but the 12:00:00 A.M column is stuck at the top when I scroll.
css that I used:
.jqx-scheduler-all-day-cell-custom {
display: none;
}
Result:

Here is the link to the image: https://prnt.sc/ubaet7
Is there any way I can hide the whole upper column without affecting the scrolling or design.