Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Adding a Table inside Trello Card Description

Edited

As a user of Trello, I'd like to be able to enter a table with columns and rows into the card's description, whether using a editor button, markdown, HTML, or custom tags.

(i.e.)

<table  border="1" >
  <th>
    <td><strong>Table Header</strong></td>
  </th>
<tbody>
  <tr>
    <td>Row1, Column1</td><td>Row1, Column2</td>
  </tr>
  <tr>
    <td>Row2, Column1</td><td>Row2, Column2</td>
  </tr>
</tr>
</tbody>
</table>

etc... Is there something like this already planned or existing?

24 answers

36 votes
Torben_trello
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Apr 18, 2018

Right now, table support/formatting isn’t something that is on our short term roadmap in Trello. I'll be happy to register your interest in this with our team.

You can always attach the spreadsheet directly as an attachment to a Trello card, in the meantime. Documents that are attached with Google Drive and OneDrive can be edited and saved in their respective applications and do not need to be downloaded, saved, and reattached to your card: http://help.trello.com/article/769-adding-attachments-to-cards

I'll second that feature request!

Like # people like this

+1 for Tables, it's very useful! I'm surprised you guys don't have it by now.

Like # people like this
Deleted user Oct 01, 2019

If it isn't possible to add markdown support for Tables would it be possible to embed a table that is created in an attached spreadsheet file? Or possibly make a spreadsheet file tab the Card Cover?

Like # people like this

+1 for MD Tables in Trello!!

Like # people like this

+1 for MD Tables in Trello :)

Like # people like this

Copy and paste tables from word, excel, Google docs and spreadsheets or just tab delimited files with the Trello Cards Optimizer Chrome extension. 
See www.trellocards.com

Like Graham Mitchell likes this

+1 for table!

Like # people like this

+1 for table.

This has to be an important enough feature that Atlassian has implemented it for Jira for a very long while using markdowns previously and now using macro too.

|| Feature || Why Important ||
| Tables | To housekeep info to display them in orderly and logical manner |
|  | [Other compelling reasons] |

Like # people like this

table support/formatting isn’t something that is on our short term roadmap in Trello

Weak sauce.
Just support markdown completely, as any modern product in 2020 should be expected to.

Like # people like this

+1 for tables :)

Like # people like this

+1 for table embedding

Like # people like this

Trello claimed for years now to support GFM, which in turn has tables support. But its a lie. They only support a very limited subset of Markdown, not remotely close to GFM.

I fail to see whats so difficult to use a fully fledged GFM library. Isn't there one available for .net?

Like # people like this
Like # people like this
Like # people like this
Deleted user Feb 20, 2021

+1 for tables

Like # people like this

+1 Table, please 

Like # people like this

+1 Tables, please

Like # people like this
Like # people like this

We need tables in cards, make it happen. +1 for tables...

Like # people like this

Yes to tables!

Like # people like this

Please add tables! :))

Like # people like this

Please Please add tables! :)

Like Graham Mitchell likes this

+1 for tables. You can get something that looks like a table with code blocks, but I want hyperlinks. I wish Trello had real markdown support.

Like Graham Mitchell likes this

+1 for markdown tables.  From the outside, it seems the only strong reason for not implementing them is that instead of using an existing library for markdown rendering, Atlassian wrote a renderer from scratch, and this is what happens.  When omissions in markdown are requested for correction, it requires a lot of heavy lifting because you chose to write it from scratch rather than use existing code.

Like # people like this

+1 ! please !

Like # people like this
Like # people like this
Like Graham Mitchell likes this

+1 for Markdown Tables

AJ
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Aug 19, 2023

Please add table support.

Where are my table? // SEPTEMBER 28

One way that's already available, to show something similar to a table, is to use a code block (as defined here).

You can use a text editor with a monospaced font (like Notepad or Notepad++, on Windows) and include the spaces to align the data with the collumns. Or, if it's a big content you're copying from somewhere else, you can paste in one of these convenient web sites that convert tables into text in the intended format:

https://ozh.github.io/ascii-tables/

https://www.tablesgenerator.com/text_tables

https://tableconvert.com/


Then, copy to Trello with three backticks (```) above and below.

For example, with the text below:

 

Example of table:

 

```
ID        MONTH      OTHER_ID     FLAG
6344      201601     16           0
6429      201601     16           1
12046     201612     208          0
14319     201612     208          0
```

 

The result will be like this:

 

table.png

 

Thank you so much!!

Amazing. Thank you so much! Just what I was looking for, not really nice that we have to use a workaround, but nevertheless a good option for a table-like view.

This workaround was almost too disfunctional for me to use, but now I discovered the "New Editor", which at least displays the workaround table nicely as I'm editing.

This makes this workaround bare-able (but bad markdown support / crappy text and table editing is still my #1 issue with Trello at the moment).

While not a perfect solution to the absence of table support, I found that if I generate a table using Markdown, and then wrap the table as a code block I get a reasonable representation (though, in my case it's a small table so not sure how this would look with a larger data set).

```
| File Type | Size (GB) |
|-----------|-----------|
| jpg, jpeg | 45.11 |
| png | 10.58 |
| pdf | 1.29 |
| sql | 0.95 |
| mp4 | 0.54 |
| gif | 0.43 |
| css | 0.38 |
| mov | 0.22 |
| mp3 | 0.10 |
| php | 0.04 |
```

Unfortunately, converting from markdowns to display-friendly format, we need a renderer to interpret the markdown symbols to their display form. We need Trello to implement that capability.

+1 Please add markdown tables on your Trello roadmap table!

+1 for tables!

+1 for tables!

+ 1 for tables. They're a feature of the Markdown format that you claim to fully support. Either add them or don't claim to.

+1 for tables!

+1 for tables!!!

+1 for tables ! please just don't forget the basics !!

C'mon... please implement some tables without having to have to resort to plugins and/or extensions.

+1 for tables!

+1 for tables

Please add this feature. Tables are standard in every other markdown parser and it is really frustrating not being able to represent basic tabula data in a ticket.

+1 for tables!!!!

Yes, you can use table markdown in Trello (like in one of the answers above) if you download the Trello Table Markdown Chrome extension.

https://chrome.google.com/webstore/detail/pgifaolbebmlmfafkgngfjchfpcpndig

Or better yet: download the full featured Trello Cards Optimizer version:
https://chrome.google.com/webstore/detail/trello-cards-optimizer/ipbjjbpopodbnjbjnneakhcppdocpelg

Both are free.

Katrin Anger
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jul 07, 2019

@Wessel de Vries 

Thank you! Looks great!

I hadn't heard of TCO until now. I use Plus for Trello all the time.  From a brief look at the TCO site it looks like it works with Plus for Trello.  Time to take a look and see what it provides.

Is there anything like this for the Desktop or the Mobile App?

@Hirad no, for mobile apps such is not possible. Weirdly enough the trello mobile apps have always been lagging behind the features of the website. Makes you wonder, whey they never went the way to use hybrid apps, which would instantly benefit from improvements on the website.

I use trello mainly on my mobile phone. Too bad these Chrome extensions are for the desktop version only.

Get your act together and start adding these features Atlassian!  It's been years, and you ignore EVERY feature request we make.

I created a personal browser extension that helps me with this.

It allows me to create complex tables with:

  1.  filter functionality (global and per column).
  2. Sorting.
  3. Support for removing or adding columns and rows from UI.
  4. Pagination in case you want to show only X amount of rows per page.

 

If anyone is interested I can publish it to the different browser stores so that you can use it, let me know.

 

Screen Shot 2023-01-12 at 10.46.03.png

This looks good. Great work @mollerjorge . I'd be up for using this. I mainly use Firefox and Safari on Mac.

Thanks Graham! more than happy to deploy it to all browser stores if people find it useful.

This is a great plugin. I would like to use it when it is released.
I was having trouble with "Trello Cards Optimizer" because it stopped working.
I usually use Google chrome.

This is awesome! can you please give me access to this plugin?

hi Jorge,

that looks good! Could you please share this plugin? I use Chrome

Like mydog minton likes this
mydog minton
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Jun 24, 2023

@mollerjorge - did you ever make this available anywhere? Either through one of the browser stores or via a zip file somewhere?  Didn't see it in your github.

Wendy Kennedy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Jul 07, 2023

@mollerjorge - following up as well, did you ever make this available anywhere? This is a great feature add-on!

@Sean Hoar  btw. imo you wrote the perfect user story for this. 

It's 2022 and we still don't have the table on Trello.

Yeah, tables - native tables not a plugin!

Tables! Tables! Tables!

+1 for tables

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events