DatePicker Filter with time

The docs for DatePicker Filter state that it is based on the DatePicker control. I need to pick the date and time. so how do I show the time in the picker control for the DatePicker Filter ?

Hello,
You can add timepicker with the help of onBeforeRender event
Please check the sample: https://snippet.webix.com/pl8pv1ti

The example u gave is a rather complicated one. I could not this working in the simple case. See https://snippet.webix.com/ne8235sz

With a treetable there is an easy one solution: just add timepicker: true to the inputConfig of datepickerFilter
Sample: https://snippet.webix.com/ekn97m1g