--- title: Datatables page-header: Datatables libs: lists menu: base.datatables --- {% assign id = include.map-id | default: 'default' %}
{% assign products = 'Tabler,Tabler Icons,Tabler Emails,Tabler Components,Tabler Illustrations,Bootstrap' | split: ',' %} {% assign techs = 'brand-apple,brand-windows,brand-debian,brand-android' | split: ',' %}
{% for rc in site.data.rollercoasters %} {% assign progress = forloop.index | random_number %} {% endfor %}
{{ rc.name }} {{ rc.city }} {{ rc.type }} {{ rc.score }} {{ forloop.index | random_date: site.random-date-from, site.random-date-to | date: '%B %d, %Y' }} {{ forloop.index | random_number: 1, 200 }}
{{ progress }}%
{% include ui/progress.html value=progress width="5rem" %}
{% capture_global scripts %} {% endcapture_global %}