Integrating datetime picker in datatable
Integrating datetime picker in datatable
gauravatsit
Posts: 1Questions: 1Answers: 0
I have a datatable in which all the fields are editable. I want to integrate datetime picker (https://eonasdan.github.io/bootstrap-datetimepicker/) in the date column of the table.
The data is coming from server including the default date for the calendar (datetime picker).
How to integrate datetime picker (both date & time) in datatable?
This discussion has been closed.
Answers
DataTables' Editor has its own integrated datepicker.
https://editor.datatables.net/examples/dates/dates.html
If you're using DataTables Editor, it already has a plugin for the datetimepicker you mention:
https://editor.datatables.net/plug-ins/field-type/editor.datetimepicker-2
If you're not using Editor I think this is something you'll have to integrate yourself with whatever system you are using to make the datatable editable.