Is there a way to easily select the text of a single column from an HTML table using just the mouse pointer?
Imagine you have a table that looks something like this:
https://i.sstatic.net/n3lZR.png
When trying to select only the text in the Lastname column, it can be frustrating as the whole row gets selected instead.
The goal is to be able to select each column individually. Have already experimented with different options like -moz-user-select
, but nothing seems to do the trick. Any suggestions on how to achieve this?