Answer the question
In order to leave comments, you need to log in
How to highlight row text in a table when clicked?
Hello everyone! When clicking, highlight the text of the column, how can this be implemented?
Answer the question
In order to leave comments, you need to log in
const row = document.querySelector('tr.select_me')
window.getSelection().selectAllChildren(row)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question