I am trying to dynamically filter table cell contents according to a search box.
I have a table which has several [3 cell] rows. Each cell is independent, and there is a username in each cell.
I would like all the cells to disappear except the one(s) that match the search criteria.
I already looked here but no luck (it makes the entire row disappear, instead of a single cell):
http://www.marceble.com/2010/02/simple-jquery-table-row-filter/
any help is appreciated! Thanks
What if you took the code on the website you mentioned:
To
This would hide TDs instead of TRs. But it may make the formatting funky, I would test it out first.