To add extra information to a cell, we recommend using popups. The table template enables you to do this with some easy data sheet steps:
- 1
-
Add >> to the cell followed by the text you want to display in the popup.
-
-
Your cell containing Boston >> Boston is a beautiful city will show up as Boston, but when you hover over it, it will show a popup with "Boston is a beautiful city".
- 2
- Add styling and formatting by wrapping your popup content in a div.
-
Heart of Dixie >> <div style="max-width: 200px;"><b>Alabama</b> is known as the <b>"Heart of Dixie"</b> because it is in the <b>very middle of a group of states in the Deep South.</b> Dixie itself is a nickname for the American South.</div>
- 3
- You can even add images or videos in popups.
-
Northern mockingbird >> <img src="https://images.unsplash.com/photo-1598385012309-d371968254a2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1651&q=80" width="200px;"/>
- 4
- Learn more about popups in our video on our extensive help documentation.