Filter out certain results when clicking a button
Filter out certain results when clicking a button
![lennyhadley](https://secure.gravatar.com/avatar/90184a2ce2ab06321e057a262f2b75c6/?default=https%3A%2F%2Fvanillicon.com%2F90184a2ce2ab06321e057a262f2b75c6_200.png&rating=g&size=120)
Hello,
I want to search out certain teams when clicking buttons. This page will give you an example:
https://www.topflightfantasysports.com/nba-test-page-2/
Basically when you click off one of the Teams, like "NY", or "ATL", I want their records to disappear from the table (hidden is fine). The search column would be the 3rd column. I can't figure out how to filter out things..only filter for.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The search plugin seems like a good solution for this. Basically if you have one or more teams selected the search plugin will return false for each row that column 3 is in the list of selected. Otherwise it will return true.
Kevin