Does anyone have any experience with older versions of jQuery Datatables?
Does anyone have any experience with older versions of jQuery Datatables?

I've been trying to figure out how to implement a filter button for a table. It uses Datatables 1.9x and is receiving the data from a Rails API. I've had a hell of a time looking through the legacy docs to find the best practices for this sort of thing, but I haven't gotten as far as figuring out where to put the filter function. If anyone could point me in the right direction, I would really appreciate it.
This discussion has been closed.
Answers
It depends a little on exactly what you want to do - if you want to just replicate the built in global search input then:
Would be all that is needed. fnFilter is the documentation for that.
Allan
[Removed - spam]
issue got solved!!