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:
I want the information shown in the table format in the popup. How can I do it?
what I want is like this pic:
How to achieve it? Thank you!
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
msg.payload.popup
<table>...
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.