Tagged: Column Links
- This topic has 3 replies, 2 voices, and was last updated 1 year, 3 months ago by
Alex.
- AuthorPosts
- August 16, 2016 at 19:42 #10539
AnonymousInactiveHello, is there any option that makes whole column clickable as link.
– Like we can assign id, style or a class to column but we can’t add link to it. Cause there is no field in it MainMenu Attributes.
– Can anyone please inform me if there’s a way to make this happen, thank you.– I did try using Javascript custom snippet, anchor link that would wrap up the whole div column but its not feasible for 100 different table on 100 pages.
<script>$(document).ready(function()
{$(“div#menu1 > div.ptsTableElementContent”).wrap(““);});
</script>
This solution is not optimal, Need an easy solution because my client will be adding links in future to whole columnIf you need any other information let me know.
October 19, 2016 at 14:52 #10964
mila_supportMemberHello!
Unfortunately there is no opportunity to add links to the whole column now. The most optimal now is to add links in the text of cells, in header or button.
December 15, 2021 at 13:26 #23376
givendavidParticipantI see that this is 5 years old. Has it been updated to make the whole column clickable yet??
December 15, 2021 at 17:02 #23378
AlexKeymasterUnfortunately, you can only achieve this through “edit html” feature. If its important for you we can add this feature for new release.
- AuthorPosts
- You must be logged in to reply to this topic.