Add calendar component in datatable

Hi,

I am creating a datatable with multiple columns as Title, name and date.

How to create a datePicker form component in a column, So that user can select a date?

Below is my sample Webix Code:


View:"datatable",
  columns: [
                    {id:"Title", Header:"Title"},
                    {id:"Name", Header:"Full Name"},
                    {
                         // add Calendar control ???
                    }
 
]

Hello,
You can use a date editor
Example: https://snippet.webix.com/ehuqrhzm
Also, you can change the editor as well as the calendar. Check the snippet:
https://snippet.webix.com/8c643acd
The custom configuration of editors is described here:
http://docs.webix.com/desktop__editing.html#popupconfiguration