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.