Hi Cedric,
Thank you for sending your question. Yes, I think it would be possible. In fact, it might already exist. There are two additional keywords that the plugin can accept but I have not documented them yet. I plan to do that for the next release. But they might be helpful for you so I will explain them here.
If you have a column in your table that contains the label you want to print for your link, and if you have a column in your table that contains the target for the link, then you can use the “link_labels” and “link_targets” keywords.
Let’s say you have a column named columnX that contains the text “Click here for more info”.
And lets say you have a column named columnY that contains “https://link-to-popup”.
Then, in the tablemaster shortcode you could use these two keywords like this:
link_labels=”columnX” link_targets=”columnY”
And then TableMaster would print just one column that contains:
Click here for more info
Please let me know if this is helpful. And if not, then please give me a little more detail on what you are looking for and I will look into it.
Thanks,
Valerie