vedmack / yadcf

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

Different result since 0.9.4.b46 when using a text_data_delimiter and a dt-render function #682

Closed berndy2001 closed 3 weeks ago

berndy2001 commented 3 weeks ago

0.9.4.b45: https://jsbin.com/buguqej/1/edit?html,output 0.9.4.b46: https://jsbin.com/nobiqiw/1/edit?html,output

filter for Vertragsart = "xxx", b45 brings two results (correct), b46 only one (wrong)

vedmack commented 3 weeks ago

Nice catch! I have fixed it in 0.9.4.b47 see jsbin https://jsbin.com/wenivakeyo/edit?html,output It is also fixed in yadcf 2.0.1.beta.8 https://github.com/vedmack/yadcf/blob/master/2.0/jquery.dataTables.yadcf-2.0.js

berndy2001 commented 3 weeks ago

Thank you very much. At first I thought it was due to my incompetence ;)