How to highlight entire row in data table in vue
I am trying to highlight a table row when the edit button is clicked. When the edit button is clicked, the entire row should be highlighted. I have tried using CSS and other methods, but they are not working. Can you please help me how to go about it