vedmack / yadcf

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

Compatibility with datatables 2.0 #681

Open aureltime opened 3 months ago

aureltime commented 3 months ago

Hello Daniel,

do you plan to make yadcf compatible with datatables 2.0 ?

VictorioBerra commented 2 months ago

See https://github.com/vedmack/yadcf/issues/680

CC @vedmack

aureltime commented 2 months ago

thanks for the link, i close this one to avoid duplicate

vedmack commented 1 month ago

@aureltime Yes I am, see this test page for example https://jsfiddle.net/vedmack/8bur71tk/ The current yadcf version that supports DT 2 is yadcf 2.0.1.beta.4

Feel free to provide test pages so I can apply the required modification faster

vedmack commented 1 month ago

new showcase page https://yadcf.web.app

berndy2001 commented 4 weeks ago

Hello @vedmack

thank you for the update.

In the showcase DT 2.0.0 is used; with a newer version (since 2.0.4) an error occurs, see fiddle. I don't know how important the version check is, but I wanted to report it anyway.

https://jsfiddle.net/msuo0e14/

"jQuery.Deferred exception: Cannot read properties of undefined (reading 'split')", "TypeError: Cannot read properties of undefined (reading 'split')
    at yadcfVersionCheck (https://raw.githack.com/vedmack/yadcf/master/2.0/jquery.dataTables.yadcf-2.0.js:832:49)
vedmack commented 4 weeks ago

@berndy2001 thx for the report, fixed in 2.0.1.beta.7, you can see here: https://jsfiddle.net/vedmack/gLjrf5ax/. I will update the showcase later on