How do I show which user has selected a row in a table?

I have a table of records and multiple users selecting records to perform an action on; ideally I want to be able to lock the selected row the user that has selected it so that I don't have 2 users trying to action the same record in the table, but also display to other users that selected row is in use by another user.

Hey @dwcarbon, Great question! Here's an article I found that explains a few ways of preventing concurrent editing. I hope this helps :slightly_smiling_face: