Also having the same issue v 4.8.3 – is there away to notify us when a permanent solution is found? Or would it come in a new release?
I figured out code amended to:
jQuery(document).ready(function($) {
$(‘#example tr’).click(function() {
var href = $(this).find(“a”).attr(“href”);
if(href) {
window.location = href;
}
});
});
Thank You Nikko – worked great, now I don’t have squint – lol!
Mike