The table-wrapper component is used to enable horizontal scrolling behaviour in case a table is too wide to fit within the viewport.

It’s advised to add this component around table elements by default.

<div class="table-wrapper {{modifier}}">
    {{render '@element-table'}}
</div>
/* No context defined for this component. */