diff --git a/docs/documentation/elements/table.html b/docs/documentation/elements/table.html index d5b7d4cf..3639e0e6 100644 --- a/docs/documentation/elements/table.html +++ b/docs/documentation/elements/table.html @@ -354,6 +354,14 @@ meta: {% include elements/anchor.html name="Modifiers" %} +{% capture simple_scrollable_table_example %} +
+ + +
+
+{% endcapture %} +

Add borders to all the cells.

@@ -584,4 +592,16 @@ meta:
+ +
+
+

+ You can create a scrollable table by wrapping + a table in the table-container class: +

+ {% highlight html %}{{ simple_scrollable_table_example }}{% endhighlight %} +
+
+ + {% include elements/variables.html type='element' %}