Creating a table

I want to create a table like the one in the left side of this figure[the bottom one]. Can anyone suggest how to do so by providing code to get me started?
When I try creating any table it doesn’t resides on the globe and goes in the html body.

Thanks in advance.

In the example you included, the table, actually a collection of divs, resides outside of the “globe”. They are contained in the body’s DOM and absolute positioned using CSS to appear over the globe. This is the same as Sandcastle’s helper method that adds UI elements to the demos.

To show you what CSS is needed we would need to see the HTML that was created for your table.