vedmack / yadcf

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

jQuery.DataTables serverside processing + Bootstrap datetimepicker + yadcf #598

Closed alecwantstobattle closed 4 years ago

alecwantstobattle commented 4 years ago

The yadcf when using with datetimepicker from eonasdan when pressing anything will render the yadcf filter to the tables of the date picker.

I am using serverside processing, and it seems like its rerendering the table and the filters when pressing anything when the boostrap picker is open.

asd

alecwantstobattle commented 4 years ago

fixed by editing the code

image

vedmack commented 4 years ago

You can send a PR with your fix then

alecwantstobattle commented 4 years ago

done creating PR, thanks for the library. really helped me on my projects.

vedmack commented 4 years ago

Also please post a test page / html / js code with your issue, maybe your problem can be solved without yadcf modifications