I am using this muix-datepicker and I want to add a label on the hours and minutes column. Unfortunately, the API doesn't provide this functionality.
Need help.
I am using this muix-datepicker and I want to add a label on the hours and minutes column. Unfortunately, the API doesn't provide this functionality.
Need help.

Unless you are willing to create your own
multiSectionDigitalClockmenu items, the closest you can get is to customize the PickersLayout to add an additional grid row for the labels.However, the problem with this approach is that you won't be able to align these labels with the
multiSectionDigitalClockwithout some hard-coded width for its columns, as the calendar and the clock are wrapped together as a single grid cell. Here, I usewidth=3.5remfor each column.Optionally, you could add some negative top margin to the
ContentWrapperand add a background (perhapsinherit) and z-index on the labels to hide the numbers that scrolls over it.Sandbox Demo