fooplugins / FooTable

jQuery plugin to make HTML tables responsive
https://fooplugins.com/plugins/footable-jquery/
Other
2.13k stars 637 forks source link

Multiple dropdown filters #876

Open itxcore opened 4 years ago

itxcore commented 4 years ago

Hi i followed your tutorial on http://fooplugins.github.io/FooTable/docs/examples/advanced/filter-dropdown.html for filtering with a dropdown, that worked well.

My question is how can apply a 2nd filter to .footable Something like below (even as array it dosent work. $(".table").footable({ paging: {size: 100}, components: { filtering: FooTable.MyFiltering, filtering: FooTable.MyFiltering2 }, .......

Thank you

Oliver

yilmazmuhammed commented 2 years ago

As asked in the question, is it possible to add more than one dropdown filter?