Data is being prefiltered if any dates are null
Data is being prefiltered if any dates are null
traedoril
Posts: 3Questions: 2Answers: 0
I created this fiddle: https://jsfiddle.net/jr12qd21/
I have null dates in the data returned and datatables is prefiltering the null dates. I need to be able to see the null dates and filter based on the not null ones. Any suggestions on how to do this?
This discussion has been closed.
Answers
Just a side-note, it seems in that fiddle the data is not being displayed until you change the page size; in case someone else is looking at the fiddle =)
@traedoril, after changing the pagesize all records are shown, including the null ones. Is your comment the fact that the table is empty until you change something causing the redraw? Or is your issue that you cannot see the null values at all regardless of redraws?
Example: DataTable with null dates