Filter by an array?
Filter by an array?
ChrisG
Posts: 29Questions: 0Answers: 0
I'm currently using serverside data and filtering and all of that works fine for the most part. But now I want to actually create a custom filter that only shows rows based on values in an array. How would I go about doing this?
For example, I have an array of numbers "15,23,33,59,68" and when I click a button on my page, I want it to filter to those rows, so it would only show row 15, 23, 33, 59 and 68.
What would be the best way to do this?
For example, I have an array of numbers "15,23,33,59,68" and when I click a button on my page, I want it to filter to those rows, so it would only show row 15, 23, 33, 59 and 68.
What would be the best way to do this?
This discussion has been closed.
Replies
Allan