datatable search filter not working in IE
datatable search filter not working in IE
Tavishi
Posts: 15Questions: 4Answers: 0
I have used datatable search filter ,
filter:true,
"oTableTools": {
"sRowSelect": "single"
},
"language": {
search: "",
searchPlaceholder: "Search..."
},
now for my datatable I have a date/time field in this format: Nov 26,2017,11:15:55.
The search filter is not able to search by date in IE . It works well in chrome and firefox.
Is this a known issue?
Please reply ASAP.
Thanks
This discussion has been closed.
Answers
No, that isn't a known issue. Please link to a test case showing the issue as per the forum rules.
Allan
I cannot share test case but I can show my issue using screenshots.
Please see below
In IE date Nov 1 is displayed as Nov 01 . So searched it as Nov 01
Yes, if that is what is shown, then that would be the correct search term. You'd need to check whatever code you are using to render the date - it sounds like IE might be adding some padding to it, but I don't know what code you are using for that.
Allan