Change cursor to hand when mouse goes over a row in table October 9, 2022 by Tarik You can do this with CSS actually. .sortable tr { cursor: pointer; }