kroupa
1
I know its posible to add date editor in a datatable. But is it also posible to attach datetime editor to column? I can’t se any examples of this.
I’ve tried attach to column settings type:“datetime” but it doesnt work. I’ve also added timepicker: true, It also doesnt work.
Is there any way to add datetime picker to datatable and how ?
The custom configuration of editors is described here:
http://docs.webix.com/desktop__editing.html#popupconfiguration
You can change the editor as well as the calendar. Check the snippet:
http://webix.com/snippet/8c643acd
kaleem
3
Hi All,
If you need datepicker and timepicker as a combo. Then try the below code:
view:“datepicker”, timepicker:true,
Regards,
Kaleem B N