O Table Wrap

Make table fit inside a flexible item.

For client customization examples, see relevant example.…-….css “File” from “Assets” tab.

?⃝ Explanation

A <table> can not be a flex item. The trick is to wrap it in a <div>.

A <table> can not scroll its content. The trick is to wrap it in a <div> and scroll the <div>.

ⓘ Notice

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