S SearchRSS
< BackHome
Newest questions tagged javascript - Stack Overflow

How do I trigger a dialog Form by clicking a table row?

I was showing a list of person with Table from Shadcn UI. My goal is to show a Dialog form with the info of the person indicated in the row. So I iterated the rows and added an onclick trigger that goes to the dialog wit

View original source