Clickable tag, linking to another softr page

Hi,

I’m building a scientific paper list, with a page for the details.
The source is airtable.

I’ve added as a “type” → “tag” a couple of fields.
In example, the researchers collaborated to this paper are shown as tags.
The tags are link to another table in airtable.
The current behaviour is that the whole “entry” is clickable, but open the paper detail.
I’ve tried to verify if actionable buttons can be used, but seems not (to me)

As a reproducer, you can try to access:
https://research.champ1foundation.eu/papers
and click on the tag “Tess Levy” (on the left).
You can observe that all the tags move directly to the paper details.

What i would like to have is to have the tags “clickable”, which either filter the data on the current view, or open (somewhat) the researcher page.

How can i achieve this goal?

Thanks,

I also agree that having the option to map tags to a link source can enhance user experience in our projects, but for now, you must experiment with custom code to get this done.

I have overlooked the answer, sorry about that.
Do you mind to point me to an example of using custom code for this purpose?

Sure, here is a working demo:

gi2

thank you very much,
any snipped that can be pasted to start thinking about it?
Thanks,

Would you mind sharing the custom code for this? It is awesome!

Hi! thanx.

Yes I can share the idea of how it was done. It does not make use of softr custom code block.

The main logic must be planned on your airtable table, to link “related products” to your main product and then show those related products as a list-details block on your softr project.

And finally we add some styling to the links shown in frontend with a little css, so they look like “clickable tags”

See here:

I hope it helps!