vedmack / yadcf

Yet Another DataTables Column Filter (yadcf)
http://yadcf-showcase.appspot.com/
MIT License
732 stars 285 forks source link

daterangepicker with singleDatePicker: true option #641

Closed sparh closed 2 years ago

sparh commented 3 years ago

Hello, on v0.9.4.beta.45 line 1662. I have edite the line to this ``if($.trim(min.substring(0, min.indexOf('-'))) != '') min = $.trim(min.substring(0, min.indexOf('-')));

This allow me to use the singleDatePicker: true of daterangepicker plugin otherwise it does not work when singleDatePicker: true

Regards

vedmack commented 2 years ago

if you want it to enter the yadcf source then please provide a jsfiddle test page showing your test case/solution