It is possible that what I am trying to accomplish is not possible, but the general idea is that when a person clicks on a table row, the page dims (like a modal one), but leaves this row visible for editing. I tried to set the z-index of the table row itself, but that didn't work. It will work if I set the table row position attribute to absolute, but it seems to completely remove the table row from the table.
source
share