<p>Each use case will vary but you may want to think about using a table when any of the following applies:</p>
<ul>
    <li>your user needs to quickly locate specific information from a large set of data</li>
    <li>your user needs to compare similar information side-by-side, eg product features</li>
    <li>the information can't be presented as a simple list</li>
    <li>the information would be repetitive if written in a paragraph</li>
</ul>
