adding a row filter
adding a row filter
So I am working on my site using the datatables library. So far I have been very happy with it. I am now trying to add in filtering and am having a very difficult time. I haven't been able to find much really helpful documentation explaining how to implement this. I want to be able to filter some columns by number, some by text. And I don't necessarily want the filter to go right above each column. Can someone point me toward a good tutorial or sample code?
Thanks!
Mike
Answers
Hi,
there are two examples on the page, for Column Filters.
http://datatables.net/examples/api/multi_filter.html
http://datatables.net/examples/api/multi_filter_select.html
Cheers
Hannes
Thanks. And how do I do a range search?
A forum search for "range search" produces numerous answers.
you can try my yadcf plugin for datatables it has several range filters and much more, see showcase
Thank you daniel. Can I place those filters outside the head or foot?
Edit: Nevermind, found an example on your site doing just that. Thanks Daniel!