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
Maybe i'm about to ask something stupid, but still going to do it!
I'm having two column in a <table> in which i'd like to make distinct research. Let's say I've a First name <th> and a Last name <th>. I'd like to hide the entire <tr> for the First Name that doesn't match my search, and then, in the still visible rows, perform a search on a Last name, and once again hide the all <tr>.
I hope it's understandable!
Could you give me some hint to perform this? 😅
The text was updated successfully, but these errors were encountered:
Hello Guys,
Maybe i'm about to ask something stupid, but still going to do it!
I'm having two column in a <table> in which i'd like to make distinct research. Let's say I've a First name <th> and a Last name <th>. I'd like to hide the entire <tr> for the First Name that doesn't match my search, and then, in the still visible rows, perform a search on a Last name, and once again hide the all <tr>.
I hope it's understandable!
Could you give me some hint to perform this? 😅
The text was updated successfully, but these errors were encountered: