# Markup table

**URL:** https://community.glideapps.com/t/markup-table/43986
**Category:** Ask for Help
**Created:** [July 6, 2022, 6:43pm UTC](https://community.glideapps.com/t/markup-table/43986 "2022-07-06T18:43:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![MattLB](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mattlb/32/41284_2.png) [@MattLB](https://community.glideapps.com/u/MattLB)
#### Post date: [July 6, 2022, 6:43pm UTC](https://community.glideapps.com/t/markup-table/43986/1 "2022-07-06T18:43:54Z")

</div>

@Darren_Murphy

Is this an example of what a Markup Table looks like? It is from: [Markdown Tables generator - TablesGenerator.com](https://www.tablesgenerator.com/markdown_tables)

Hoping there are prettier options out there/

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/0/205fb30878b4e0a05f50989d6bb26220f580d9c5.png)

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 6, 2022, 7:41pm UTC](https://community.glideapps.com/t/markup-table/43986/2 "2022-07-06T19:41:42Z")

</div>

Yes, that’s how you structure the markdown for a table. That’s the actual markdown code. When placed in a rich text component, it’s rendered as an HTML table which looks better, but it’s very limiting as far as spacing, widths, and styling. I’ve seen other markdown engines do a better job of rendering the table, but when I dabbled with it a few years ago, I could never get it to look satisfactory in glide. All the data was smashed together and didn’t fill the width of the screen. I also couldn’t modify the cell margins and padding, and couldn’t double stack two table rows within a single table row.
