Date and Time dropdowns similar to DatePickerSingle for DataTable?

Hello,
I would like to make a CRUD app where the user would input dates and times. Regarding the date, the first example of the documentation is exactly what I want BUT I’d like to apply that dropdown inside a data table cell (column) (dcc.DatePickerSingle | Dash for Python Documentation | Plotly). Is something like this possible? Also any advice on doing a similar thing for time HH:MM?

Best
Kimmo

any suggestions how to input this?

I found a feature request for this on github here https://github.com/plotly/dash-table/issues/331. The issue shows to still be open.

Dash team, do you know if this feature is still being worked on? I am also very interested in adding this functionality to my dash apps.