thansen-solire / datatables-light-columnfilter

DEPRECATED see https://github.com/polinome/datatables-lightcolumnfilter
12 stars 9 forks source link

Date Picker Issue in IE #26

Open DHAVAL2595 opened 6 years ago

DHAVAL2595 commented 6 years ago

While I use .withLightColumnFilter({ '1': { html: 'range', type: 'date', attr: { placeholder: 'Filter'}, width: "100%" }) then date Range Filter works Proper but Datepicker is not open in IE

tatvadevanshi commented 6 years ago

+1 in IE 11 , input type=date is not supported, hence we cannot select a date as no date picker is opened, any solutions for this ?