DataTable
DataDense monospace table with header row, borders, and readable alignment.
Rendering preview
<div class="table-wrap"> <table class="data-table"> <thead> <tr> <th scope="col">Customer</th> <th scope="col">Plan</th> <th scope="col" class="data-table__num">MRR</th> <th scope="col">Status</th> </tr> </thead> <tbody id="dtBody"></tbody> </table></div>