# Displays a table of OpenAI API text responses

**URL:** https://community.openai.com/t/displays-a-table-of-openai-api-text-responses/322014
**Category:** Prompting
**Tags:** api
**Created:** [August 14, 2023, 10:59am UTC](https://community.openai.com/t/displays-a-table-of-openai-api-text-responses/322014 "2023-08-14T10:59:44Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![muhammed.khaerul.uma](https://avatars.discourse-cdn.com/v4/letter/m/e36b37/32.png) [@muhammed.khaerul.uma](https://community.openai.com/u/muhammed.khaerul.uma)
#### Post date: [August 14, 2023, 10:59am UTC](https://community.openai.com/t/displays-a-table-of-openai-api-text-responses/322014/1 "2023-08-14T10:59:44Z")

</div>

**How to make it possible?**

I am building a web based application, with features similar to ChatGpt using the OpenAI API, On ChatGPT when I request display data using a table it can display a response like this :

 ![table](https://us1.discourse-cdn.com/openai1/original/3X/4/7/4750138f6269ae64610f9276b035f60c685b4430.png)

But I tried on PlayGround it only displays text like this :

 ![TablePlayground](https://us1.discourse-cdn.com/openai1/original/3X/d/3/d35a235465626396d54ce591add284873890656a.png)

How do I make this possible with such text data then displaying it as a table, so that it’s like ChatGpt into my program?

---

<div class="post-metadata">

### Author: ![Foxalabs](https://sea2.discourse-cdn.com/openai1/user_avatar/community.openai.com/foxalabs/32/738355_2.png) [@Foxalabs](https://community.openai.com/u/Foxalabs)
#### Post date: [August 14, 2023, 11:04am UTC](https://community.openai.com/t/displays-a-table-of-openai-api-text-responses/322014/2 "2023-08-14T11:04:18Z")

</div>

Hi,

This is down to “markdown” rendering being enabled by the ChatGPT web implementation and raw text in the Playground.

---

<div class="post-metadata">

### Author: ![eddieshuntian](https://sea2.discourse-cdn.com/openai1/user_avatar/community.openai.com/eddieshuntian/32/181152_2.png) [@eddieshuntian](https://community.openai.com/u/eddieshuntian)
#### Post date: [August 14, 2023, 10:02pm UTC](https://community.openai.com/t/displays-a-table-of-openai-api-text-responses/322014/3 "2023-08-14T22:02:32Z")

</div>

try just asking the ChatGPT convert Markdown to a HTML like code
