Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

DataTables Filter Issue

$
0
0

Link to test case: https://jsfiddle.net/BeerusDev/gm10rqp7/364/

In my example above, at the beginning of my $(document).ready(function() {, I have a filter function $.fn.dataTable.ext.search.push(, which should be displaying "Week Of:" but instead it is displaying "Day Of:". The Day Of is only supposed to show when a value is entered within the date picker, and now instead of displaying normal, it displays as "Day Of" before searching with the date picker, I search with it it says Day Of still and when I clear the search it gives me "Invalid Date"?


Viewing all articles
Browse latest Browse all 2364