diff --git a/docs/documentation/elements/table.html b/docs/documentation/elements/table.html index 3639e0e6..6fe08895 100644 --- a/docs/documentation/elements/table.html +++ b/docs/documentation/elements/table.html @@ -354,10 +354,26 @@ meta: {% include elements/anchor.html name="Modifiers" %} -{% capture simple_scrollable_table_example %} +{% capture scrollable_table %}
| {{ j | times: i }} | + {% endfor %} +
+ You can create a scrollable table by wrapping a table in a table-container element:
+