Datepicker in datatable.
Datepicker in datatable.

I need help with working example of a datepicker in datatable on click on td cell .And after leaving the cell, the input value either selected with datepicker/input text by user should set in the td cell. And the datepicker should go away unless the user clicks the cell again
I am unable to achieve this .
Please help. Thanks in advance
This discussion has been closed.
Answers
You should be able to use
columns.render
to create that datepicker in a specific column.Colin
This example here, though it's setting up /Editor controls, would be a good guide.
Colin
https://stackoverflow.com/questions/59677364/datepicker-in-a-td-on-click-after-losing-focus-the-selected-value-should-get
This is the detailed explanation to what i need,