You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: