# Table customization

**URL:** https://meta.discourse.org/t/table-customization/151605
**Category:** Feature
**Created:** [May 15, 2020, 2:05pm UTC](https://meta.discourse.org/t/table-customization/151605 "2020-05-15T14:05:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Td\_skt](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/td_skt/32/180580_2.png) [@Td\_skt](https://meta.discourse.org/u/Td_skt)
#### Post date: [May 15, 2020, 2:05pm UTC](https://meta.discourse.org/t/table-customization/151605/1 "2020-05-15T14:05:08Z")

</div>

Hello,

Thanks for this forum, its great !

10 days ago, i did a dicourse forum. Everything works and, now,i would like to make a table with tab (or not - not mandatory). See images below, the table i would like to get on my forum.

 ![WhatsApp Image 2020-05-15 at 15.45.10](https://global.discourse-cdn.com/meta/original/3X/5/7/5734ebc5a0758c40570663617d5810d07b16dcda.jpeg)

---

<div class="post-metadata">

### Author: ![Thomas\_G](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thomas_g/32/200158_2.png) [@Thomas\_G](https://meta.discourse.org/u/Thomas_G)
#### Post date: [May 15, 2020, 3:24pm UTC](https://meta.discourse.org/t/table-customization/151605/2 "2020-05-15T15:24:38Z")

</div>

Hello!

If you would like to create a table, you can use the following format:

`| (Option 1) | (Option 2) | (Option 3) |`  
`|---|---|---|`  
`| Column 1 | Column 2 | Column 3 |`

You can continue adding options and columns.

### Example

`|Trust Level|Votes| Option 3| Option 4|`  
`|---|---|---|---|`  
`|TL0|0 Votes|-|-|`  
`|TL1|5 Votes|-|-|`  
`|TL2|10 Votes|-|-|`  
`|TL3|15 Votes|-|-|`

### Result

| Trust Level | Votes | Option 3 | Option 4 |
| --- | --- | --- | --- |
| TL0 | 0 Votes | - | - |
| TL1 | 5 Votes | - | - |
| TL2 | 10 Votes | - | - |
| TL3 | 15 Votes | - | - |

---

<div class="post-metadata">

### Author: ![Td\_skt](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/td_skt/32/180580_2.png) [@Td\_skt](https://meta.discourse.org/u/Td_skt)
#### Post date: [May 15, 2020, 4:30pm UTC](https://meta.discourse.org/t/table-customization/151605/3 "2020-05-15T16:30:33Z")

</div>

Great thanks ! I gonna try to do that.

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [May 15, 2020, 4:33pm UTC](https://meta.discourse.org/t/table-customization/151605/4 "2020-05-15T16:33:37Z")

</div>

just to add you can justify by doing:

`|:--|` or `|:-:|` or `|--:|`

| (Option 1) | (Option 2) | (Option 3) |
| --- | --- | --- |
| Left 1 | Centre 2 | Right 3 |
