Hi. I have a dateRangeFilter set up on a datatable, however the date filtering does seem to be inclusive of the end date.
For example, if I select March 10th thru March 13th the filter will only show data until March 12th.
Is there any way I can make the filter include the end date?
{id: “create_date”, header: [“Create Date”, {content: “dateRangeFilter”}], format: webix.i18n.fullDateFormatStr, sort: “date”, width: 140, tooltip:false},
Thank you.
Daniel