ColumnControl - dropdown search datepicker bug
ColumnControl - dropdown search datepicker bug
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
https://datatables.net/extensions/columncontrol/examples/searchDates/autoLocale-moment.html
When i copy&paste or manually type date into search everything works fine, for example date 28. 11. 2008

When i pick same date from datepicker, table is empty

Answers
Try modifying the render function on that column to return raw data on
type === 'filter':I think this is bug
https://live.datatables.net/cizetiji/
your solution have one problem, date after usage of datepicker in filter is not in right format DD. MM. YYYY
Hi,
I think I've managed to track this issue down. The problem was that the formats hadn't been resolved when the filter was being applied. I've corrected that and this updated test case appears to be happy now.
Allan