Hello,
it is not what I need.
The use-case is following:
I want to create a reservation system, where the user is able to select the date and time of reservation. I don't want to show user times that are already reserved.
So first, the user will see the possible dates he can choose and after clicking on a specific date, the reservations on that date will be fetched from BE and reserved times disabled on FE.
Hope the description is understandable. Is there a way how to achieve this?
Thank you