Search column records w/buttons value
Search column records w/buttons value
![alonsoct](https://secure.gravatar.com/avatar/7654754df5872ec13561b2d029d14061/?default=https%3A%2F%2Fvanillicon.com%2F7654754df5872ec13561b2d029d14061_200.png&rating=g&size=120)
I need a buttons with filtering/search function
When the user clic the button its value should filter and show only the elements with that value
This is my fiddle
https://jsfiddle.net/alonsoct/9n0p6c72/
There are an example with this function??
Thank you for your help
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You would use the
search()
API in your button click events to search for the desired values.I get a 404 error when trying the link.
Kevin
Sorry here is the correct url:
https://jsfiddle.net/alonsoct/j5zqupmL/
I updated my script with kthorngren comment and works great!
https://jsfiddle.net/alonsoct/j5zqupmL/