Repeater ⛔
Last updated
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.
Retrieve data from a Google sheet, and convert it to JSON.
Template looks like this
<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.
Retrieved from a Google Sheet source as CSV.
Google spreadsheet source - link
Converts to JSON.
Repeats using an HTML template
NoCode version using wfu- attributes.
Retrieve data from a Google sheet, and convert it to JSON.
Demonstration
Last updated