Make table overflow scrollable (advanced demo).
?⃝ Explanation
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.