Hi Roland,
yes, this is possible, but requires extra JavaScript code. For an example, please see https://ww.wp.xz.cn/support/topic/make-row-clickable?replies=30
Regards,
Tobias
Hi Tobias,
thanks for the quick reply.
It works but in combination with:
[table id=1 automatic_url_conversion=true automatic_url_conversion_new_window=true responsive=collapse /]
I noticed when i click a row, a new window/tab shows but also that same link shows in the parent window.
I checked the code and see this:
rel=”nofollow” href=”https://ww.wp.xz.cn”>https://ww.wp.xz.cn
>
What goes wrong here?
Thanks,
Roland
I mean to see this:
rel=”nofollow” href=”https://ww.wp.xz.cn”>https://ww.wp.xz.cn
Hi,
that HTML code is correct. The functionality is added via JavaScript.
Please try adding
return false;
after the line
window.location = $a.attr('href');
Regards,
Tobias
Hi Tobias,
it opens now only in the parent window.
Thanks,
Roland
Hi,
ah, now I see what you mean. Unfortunately, the JS solution itself can not open a new window/tab that easily 🙁 Most popup blockers would block that anyways.
Regards,
Tobias
Hi,
sure, you are welcome! Sorry that I can’t offer a solution here.
Best wishes,
Tobias