datatable search filter not working in IE

datatable search filter not working in IE

TavishiTavishi 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

Answers

  • allanallan Posts: 63,461Questions: 1Answers: 10,466 Site admin

    No, that isn't a known issue. Please link to a test case showing the issue as per the forum rules.

    Allan

  • TavishiTavishi Posts: 15Questions: 4Answers: 0

    I cannot share test case but I can show my issue using screenshots.
    Please see below


  • TavishiTavishi Posts: 15Questions: 4Answers: 0

    In IE date Nov 1 is displayed as Nov 01 . So searched it as Nov 01

  • allanallan Posts: 63,461Questions: 1Answers: 10,466 Site admin

    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

This discussion has been closed.