# Display a list in one cell vertically like a bulleted list in the app

**URL:** https://community.glideapps.com/t/display-a-list-in-one-cell-vertically-like-a-bulleted-list-in-the-app/4039
**Category:** Ask for Help
**Created:** [January 28, 2020, 12:39pm UTC](https://community.glideapps.com/t/display-a-list-in-one-cell-vertically-like-a-bulleted-list-in-the-app/4039 "2020-01-28T12:39:10Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![caryghart](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/caryghart/32/2670_2.png) [@caryghart](https://community.glideapps.com/u/caryghart)
#### Post date: [January 28, 2020, 12:39pm UTC](https://community.glideapps.com/t/display-a-list-in-one-cell-vertically-like-a-bulleted-list-in-the-app/4039/1 "2020-01-28T12:39:10Z")

</div>

I have a list of times in a cell which I would like to appear in the app like a vertical bulleted list (without the bullets.)

06:00 AM - 07:00 AM  
08:00 AM - 09:00 AM  
05:00 PM - 06:00 PM  
06:10 PM - 07:10 PM

I want them to appear like this inside the app, not like a comma separated list which is how they are appearing now.

![Screen Shot 2020-01-28 at 3.38.08 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/b/bd984baab3e95f5b33e17dd4b3798b8012dc39e1.png)

---

<div class="post-metadata">

### Author: ![Christophe\_HK](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/christophe_hk/32/4161_2.png) [@Christophe\_HK](https://community.glideapps.com/u/Christophe_HK)
#### Post date: [January 28, 2020, 12:46pm UTC](https://community.glideapps.com/t/display-a-list-in-one-cell-vertically-like-a-bulleted-list-in-the-app/4039/2 "2020-01-28T12:46:39Z")

</div>

At the end of each line of your cell, add 2 spaces and a carriage return (Alt+Enter). Then it should display as you expect in your app (using a rich text component pointing on the column containing your cell).

Give a try and let us know

---

<div class="post-metadata">

### Author: ![caryghart](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/caryghart/32/2670_2.png) [@caryghart](https://community.glideapps.com/u/caryghart)
#### Post date: [January 29, 2020, 7:14am UTC](https://community.glideapps.com/t/display-a-list-in-one-cell-vertically-like-a-bulleted-list-in-the-app/4039/3 "2020-01-29T07:14:08Z")

</div>

Thank you for the suggestion but that did not work.

---

<div class="post-metadata">

### Author: ![Christophe\_HK](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/christophe_hk/32/4161_2.png) [@Christophe\_HK](https://community.glideapps.com/u/Christophe_HK)
#### Post date: [January 29, 2020, 7:23am UTC](https://community.glideapps.com/t/display-a-list-in-one-cell-vertically-like-a-bulleted-list-in-the-app/4039/4 "2020-01-29T07:23:01Z")

</div>

It works, for sure, but I didn’t noticed you are using a basic text component (I see the “Sunday” header in your screen shot).

You can so use a rich text component, your cell will work (if you add multiple spaces at the end of each row in your cell).

You can’t set a field header using rich text, but you have workarounds for such purpose : either inserting another text component with the name of the day, or even insert the name of th day in your cell, before the lines with hours.

---

<div class="post-metadata">

### Author: ![caryghart](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/caryghart/32/2670_2.png) [@caryghart](https://community.glideapps.com/u/caryghart)
#### Post date: [January 29, 2020, 7:47am UTC](https://community.glideapps.com/t/display-a-list-in-one-cell-vertically-like-a-bulleted-list-in-the-app/4039/5 "2020-01-29T07:47:53Z")

</div>

Thank you that was it! The wrong type of component!

Thank you for the tip for the field header as well!

---

<div class="post-metadata">

### Author: ![Christophe\_HK](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/christophe_hk/32/4161_2.png) [@Christophe\_HK](https://community.glideapps.com/u/Christophe_HK)
#### Post date: [January 29, 2020, 8:06am UTC](https://community.glideapps.com/t/display-a-list-in-one-cell-vertically-like-a-bulleted-list-in-the-app/4039/6 "2020-01-29T08:06:28Z")

</div>

Welcome! Do not hesitate to flag the tip as “solution”, so that if any other people are searching for the same issue, they will get an answer asap. Cheers and enjoy your app!

---

<div class="post-metadata">

### Author: ![hrdeitz](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hrdeitz/32/7270_2.png) [@hrdeitz](https://community.glideapps.com/u/hrdeitz)
#### Post date: [May 28, 2020, 1:49pm UTC](https://community.glideapps.com/t/display-a-list-in-one-cell-vertically-like-a-bulleted-list-in-the-app/4039/7 "2020-05-28T13:49:41Z")

</div>

You just saved me from a world of hurt!
