# Is there a way to have clickable links in Table component?

**URL:** https://community.glideapps.com/t/is-there-a-way-to-have-clickable-links-in-table-component/26583
**Category:** Ask for Help
**Created:** [May 9, 2021, 6:16pm UTC](https://community.glideapps.com/t/is-there-a-way-to-have-clickable-links-in-table-component/26583 "2021-05-09T18:16:25Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Shiv](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/shiv/32/25831_2.png) [@Shiv](https://community.glideapps.com/u/Shiv)
#### Post date: [May 9, 2021, 6:16pm UTC](https://community.glideapps.com/t/is-there-a-way-to-have-clickable-links-in-table-component/26583/1 "2021-05-09T18:16:25Z")

</div>

As a part of the details page in my app, I am having a table component where I am displaying info - some are category types, some static info. For now, its a static display, can i make the text clickable so that i can display more results fulfilling the criteria.

Eg.

 ![Screenshot 2021-05-09 at 11.33.32 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/9/09679ed9f50cd5a41abdcc86fa0be90fe64ee70c.jpeg)

If i click on DO i should be able to display all images which are under the category DO

If i click on Wildlife i should be able to display all images posted under the album Wildlife by the user

---

<div class="post-metadata">

### Author: ![AyS\_0908](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ays_0908/32/27349_2.png) [@AyS\_0908](https://community.glideapps.com/u/AyS_0908)
#### Post date: [May 9, 2021, 7:54pm UTC](https://community.glideapps.com/t/is-there-a-way-to-have-clickable-links-in-table-component/26583/2 "2021-05-09T19:54:03Z")

</div>

Hi, if I remember well, if you link a cell of the table to a relation, it will open another detail screen.

---

<div class="post-metadata">

### Author: ![Shiv](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/shiv/32/25831_2.png) [@Shiv](https://community.glideapps.com/u/Shiv)
#### Post date: [May 12, 2021, 10:42am UTC](https://community.glideapps.com/t/is-there-a-way-to-have-clickable-links-in-table-component/26583/3 "2021-05-12T10:42:12Z")

</div>

Looks like am still not getting the hang of creating the Relations even after seeing numerous videos

Below is my situation or table structure

**Posts**  
title, desc, email, category, series name  
**User**  
name, email,  
**User Lists**  
email, series name ( this list increases with each user adding more series )  
**Options**  
category-list ( its a static list of 5 )

In the details page I have create a table where I am displaying Category, Rating, Series Name

a. I want to create a relation to display all images which comes under the same category ( may be from the same user or everyone )

B. I want to create a relation to display all images which are part of the same “series name”

I am assuming that the relation has to be created in the posts table , but if I do one based on series name between Posts and User Lists, I am not able to find or link it in the table view

---

<div class="post-metadata">

### Author: ![Joe\_Gabriele](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/joe_gabriele/32/57595_2.png) [@Joe\_Gabriele](https://community.glideapps.com/u/Joe_Gabriele)
#### Post date: [May 12, 2021, 10:52am UTC](https://community.glideapps.com/t/is-there-a-way-to-have-clickable-links-in-table-component/26583/4 "2021-05-12T10:52:20Z")

</div>

Choose an Inline List component instead of Table to display all the related posts. You can also use Filter to further narrow down which posts are shown.

Or maybe List Relation might work

---

<div class="post-metadata">

### Author: ![Shiv](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/shiv/32/25831_2.png) [@Shiv](https://community.glideapps.com/u/Shiv)
#### Post date: [May 12, 2021, 11:04am UTC](https://community.glideapps.com/t/is-there-a-way-to-have-clickable-links-in-table-component/26583/5 "2021-05-12T11:04:31Z")

</div>

My idea is to have the text shown like “Category” or “Series Name” and which is a clickable link which leads to a page with related images. If I put an inline list then I wonder if the page gets too busy visually. I for once know that Robert has done similar implementation for it using Tags, but am struggling to replicate it through relations.

---

<div class="post-metadata">

### Author: ![Joe\_Gabriele](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/joe_gabriele/32/57595_2.png) [@Joe\_Gabriele](https://community.glideapps.com/u/Joe_Gabriele)
#### Post date: [May 12, 2021, 11:41am UTC](https://community.glideapps.com/t/is-there-a-way-to-have-clickable-links-in-table-component/26583/6 "2021-05-12T11:41:52Z")

</div>

Try List Relation Component. Basically it will be a single line, like a Table, that you can name whatever you want “Category”, but you can assign it a Relation. However, it will only display the contents of that Relation based on the Relation you are currently in, or so it seems.

Another solution which might be better to use is Action Text with a Link to Screen action and use the Relationship for the Data. Through Link to Screen you can choose to display your Inline List.

---

<div class="post-metadata">

### Author: ![Shiv](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/shiv/32/25831_2.png) [@Shiv](https://community.glideapps.com/u/Shiv)
#### Post date: [May 12, 2021, 7:05pm UTC](https://community.glideapps.com/t/is-there-a-way-to-have-clickable-links-in-table-component/26583/7 "2021-05-12T19:05:42Z")

</div>

Though not inside the Table, managed to get it working using the concept of Relations - all thanks to the Relation Guru - Ben 😉

Reference : [Adding Tags to photos so dynamically searchable - #9 by Robert\_Petitto](https://community.glideapps.com/t/adding-tags-to-photos-so-dynamically-searchable/21096/9)

Thanks

---

<div class="post-metadata">

### Author: ![NoCodeAndy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nocodeandy/32/62530_2.png) [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)
#### Post date: [January 17, 2024, 4:52pm UTC](https://community.glideapps.com/t/is-there-a-way-to-have-clickable-links-in-table-component/26583/8 "2024-01-17T16:52:17Z")

</div>


