ui.query customize controls

I have a time field in my datatable. I would like to use a timePicker or timeRangePicker to allow my users to filter for that field.

Can somebody please point me in the right direction, so I can add a timePicker filter and appropriate input object to my ui.query?

I found a snippet where you could add custom input types for Filter, but none so far for Query:

https://snippet.webix.com/3y2ajsrs

Should I be able to use similar methods, since Query was born from Filter?

@annazankevich or @Listopad … or anybody … Would somebody at least acknowledge whether this is something you would be willing to look into?

It would be great if I could modify the ui.query field option to use a drop-down selection field like the column header filters.

Thanks!

@mvbaxter Good day,

Am facing same case in my side, did you got any solution for this?

Hi, Query uses Filter, so the solution is the same, you just need to get to Filter, and here’s how you can do it:
https://snippet.webix.com/gmskpxp5

Hi, please see the above answers. You should combine the solution for Filter with the override in Query,