# Repeater ⛔

While DIVs are superior for layout, HTML Tables can offer a simplicity of data-presentation that is tough to beat.

Webflow does not have a Table element, so we’ve added the ability to generate an HTML table anywhere you like, from tabular JSON data.

### DEMO - Google Sheet to HTML Template Repeater <a href="#demo---google-sheet-to-html-template-repeater" id="demo---google-sheet-to-html-template-repeater"></a>

Retrieve data from a Google sheet, and convert it to JSON.

Template looks like this

```html
<template id="template1">
<div>
    <p><b>#{{Rank}} - {{Country}} ({{Region}})</b> - {{Population}}</p>
</div>
</template>
```

Retrieve data from a Google sheet, and convert it to JSON.

**LoCode** version using minimal javascript configuration code.

### DEMO - Google Sheet to HTML Template Repeater ( LoCode ) <a href="#demo-google-sheet-to-html-template-repeater-locode" id="demo-google-sheet-to-html-template-repeater-locode"></a>

* Retrieved from a Google Sheet source as CSV.
* Google spreadsheet source - [link](https://docs.google.com/spreadsheets/d/16lPOiFz5Ow-FTro5SWS-m00fNhRjgsiyeSBdme3gKX0/edit#gid=0)
* Converts to JSON.
* Repeats using an HTML template

### DEMO - Google Sheet to HTML Template Repeater ( NoCode )

**NoCode** version using `wfu-` attributes.

Retrieve data from a Google sheet, and convert it to JSON.

Demonstration

* [Beware of “Filter Bubbles” - Eli Parser - TED Talk](https://www.youtube.com/watch?v=B8ofWFx525s\&ab_channel=TED)
* [A black man goes undercover in the alt-right | Theo E.J. Wilson](https://www.youtube.com/watch?v=OqUaEJLfrLo\&ab_channel=TED)
* [Anti-Vaxxers As Viewed Through a Psychology Lens](https://www.youtube.com/watch?v=_E7e02mKrYs\&ab_channel=SteveJoordens)
* [Dear Facebook, this is how you're breaking democracy | Yael Eisenstat](https://www.youtube.com/watch?v=plmL343TOy4\&ab_channel=TED)
* [How we can protect truth in the age of misinformation | Sinan Aral](https://www.youtube.com/watch?v=-7ORAKULel4\&ab_channel=TED)
* [Twitter and Tear Gas: The Power and Fragility of Networked Protest \[ Book \]](https://www.amazon.com/Twitter-Tear-Gas-Fragility-Networked/dp/0300215126/ref=as_li_tf_tl?ie=UTF8\&camp=1789\&creative=9325\&creativeASIN=0520271440\&linkCode=as2)
* [How you can help transform the internet into a place of trust | Claire Wardle](https://www.youtube.com/watch?v=3iD4HwJ-67Q\&ab_channel=TED)
* [‘A core threat to our democracy’: threat of political violence growing across US](https://www.theguardian.com/us-news/2021/nov/27/political-violence-threats-multiplying-us)
* [Just 12 People Are Behind Most Vaccine Hoaxes On Social Media, Research Shows](https://www.npr.org/2021/05/13/996570855/disinformation-dozen-test-facebooks-twitters-ability-to-curb-vaccine-hoaxes)

<https://wfu.sygnal.com/docs/webflow-html/repeater/>\ <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://attr.sygnal.com/deprecated/repeater.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
