Open itxcore opened 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
As asked in the question, is it possible to add more than one dropdown filter?
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