How do I make custom filters?
How do I make custom filters?
blaxus
Posts: 7Questions: 0Answers: 0
How do I use separate filters? Much like in Battlelog. For example, I have a data table from the database, and I want the user to be able to hide results based on click-able filters, such as 'Region' (US, EU, Asia, Africa) Etc. And then it would only show the results from the chosen region.
This discussion has been closed.
Replies
https://github.com/cyberhobo/ColumnFilterWidgets
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/index.html
Basically it all revolves around the use of the fnFilter API method.
Allan
Is there any way to create these dropdowns seperate from the table?
And also fill have in custom items in the dropdown and still have it work to filter the table?