DataTables Filter Issue

DataTables Filter Issue

zgoforthzgoforth Posts: 493Questions: 98Answers: 2

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"?

Answers

  • zgoforthzgoforth Posts: 493Questions: 98Answers: 2

    Disregard, it has been resolved. Wish we could delete questions

Sign In or Register to comment.