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?

teresgteresg Posts: 1Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • rf1234rf1234 Posts: 2,950Questions: 87Answers: 416
    edited September 2020

    datatable schedule shifts. How can I visualize in a table the hours available and those that are not?

    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 ...

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    If you're using Editor, and you're referring to editing a datetime, you can use opts.hoursAvailable to restrict the hours your users can select. See the "Registered date" in this example here.

    Colin

This discussion has been closed.