Filtering: from data to data

Hi.
In the DataTable I can enter the search from a date to another date?

Example from 02/13/2015 to 03/18/2015

Tanks

Not really, you can use dateFilter to select dates by some criteria, but it will not allow a full date range selection.

http://docs.webix.com/datatable__filtering.html

This is not a hard limitation, underline filtering API can use any kind of logic. The datatable just lack build-in UI for such kind of input.