Make [table]({{path './table' }}) fit inside a flexible item.

For client customization examples, see relevant <code>example.…-….css</code> "File" from "Assets" tab.

> **?&#x20DD; Explanation**
>
> A `<table>` can **not** be a flex item. The trick is to [wrap it in a `<div>`][source-flex].
>
>
> A `<table>` can **not** scroll its content. The trick is to [wrap it in a `<div>` and scroll the `<div>`][source-scroll].

> **ⓘ Notice**
>
> This class can **only** be used on a table wrapper. It has **no** affect when used on table directly.

[source-flex]: https://stackoverflow.com/a/41421700/11817077 "Stack Overflow: Why does flex-box work with a div, but not a table?"
[source-scroll]: https://stackoverflow.com/a/19794391/11817077 "Stack Overflow: Horizontal scroll on overflow of table (answer)"

<script src="{{path '/assets/_utils/js/open-ext-links-in-new-window.js'}}" />
