How to add datepicker to the webix datatable cells

I have written the code but how can I add.

var time = webix.ui({
view:“datepicker”,
editable: true,
align: “right”,
label: ‘Select Date’,
labelWidth:100, width:350,
stringResult:true
}).attachEvent(“onBlur”, function(){

});

You can use a date editor instead
http://webix.com/snippet/f5bf6a24

If you really wish to place a widget in the row, check http://docs.webix.com/desktop__active_content.html