datatable agendar turnos.Cómo visualizo en una tabla las horas disponibles y las que no?
datatable agendar turnos.Cómo visualizo en una tabla las horas disponibles y las que no?

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
This discussion has been closed.
Answers
I would use a professional calendar tool. I don't think this is a use case for Data Tables.
Like this one: https://fullcalendar.io/ The "Resource Time Grid" looks pretty good ...
and there are so many other tools ...
If you're using Editor, and you're referring to editing a
datetime
, you can useopts.hoursAvailable
to restrict the hours your users can select. See the "Registered date" in this example here.Colin