# How to display the infomation in table format in worldmap popup

**URL:** https://discourse.nodered.org/t/how-to-display-the-infomation-in-table-format-in-worldmap-popup/71092
**Category:** General
**Tags:** node-red-dashboard
**Created:** [23 November 2022 07:49 UTC](https://discourse.nodered.org/t/how-to-display-the-infomation-in-table-format-in-worldmap-popup/71092 "2022-11-23T07:49:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![XXXperience777](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/xxxperience777/32/71210_2.png) [@XXXperience777](https://discourse.nodered.org/u/XXXperience777)
#### Post date: [23 November 2022 07:49 UTC](https://discourse.nodered.org/t/how-to-display-the-infomation-in-table-format-in-worldmap-popup/71092/1 "2022-11-23T07:49:48Z")

</div>

Hi, I'm using nodered worldmap, and I marked my data on the map.

When clicking the point, a popup will show the payload information. just like this pic:

 ![Screen Shot 2022-11-23 at 3.45.29 PM](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/4/5/45389513fb0678c3f23260a4321a1721b4df0ae9.jpeg)

I want the information shown in the table format in the popup. How can I do it?

what I want is like this pic:

 ![Screen Shot 2022-11-23 at 3.49.00 PM](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/2/5/25d5cfcc83701361b49eb2a2ca63f588a2b6f462.png)

How to achieve it? Thank you!

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [23 November 2022 08:59 UTC](https://discourse.nodered.org/t/how-to-display-the-infomation-in-table-format-in-worldmap-popup/71092/2 "2022-11-23T08:59:39Z")

</div>

You can set `msg.payload.popup` to whatever html you like and it will override the default popup. So you can add a `<table>...` etc  
See the worldmap readme for examples

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [22 January 2023 08:59 UTC](https://discourse.nodered.org/t/how-to-display-the-infomation-in-table-format-in-worldmap-popup/71092/3 "2023-01-22T08:59:58Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
