Perspective Table selectedrow disable or change colour

You can style a row by adding style/value keys before the data.
You could add a background-color, or set the row a bit transparent with opacity, maybe change the cursor:not-allowed (for the cursor icon) and pointer-events:none (to prevent clicks)

You'll need some logic (session prop?) to keep track of what is selected i guess and do some script like this