How to update fnGetFilteredData to 1.10

How to update fnGetFilteredData to 1.10

raphael75raphael75 Posts: 3Questions: 2Answers: 0

I am trying to convert a website from a very old version of datatables to 1.10.16. The convert guide here:

https://datatables.net/upgrade/1.10-convert

does not show how to convert

fnGetFilteredData

Please let me know how to do fnGetFilteredData with 1.10. Thanks.

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @raphael75 ,

    I believe you should be able to use something like this with rows()

    table.rows({search:'applied'}).data()
    

    Cheers,

    Colin

  • raphael75raphael75 Posts: 3Questions: 2Answers: 0

    That appears to have worked. Thank you!

This discussion has been closed.