How to change the cursor to a pointer when hovering over a table row

Hi, if you wish the cursor style to be ‘pointer’, there’s a very easy solution:
Put the table inside a transparent box.
Create a click event listener for the box . No need to put any further code in the event handler.