Novus Technologies Novus Technologies design kit v0.2.0
Menu

Data Display

Table

Data-dense table with tinted header and right-aligned tabular numerals.

.table

MarketEntitySince
Singapore (HQ)Novus Technologies Pte Ltd2013
PhilippinesNovus Transact Philippines Corporation-
Sri LankaNovusTech Transact Lanka (Pvt) Ltd-
IndonesiaPT Nova Digital Perkasa-
Data table
<table class="table">
  <thead>
    <tr><th>Market</th><th>Entity</th><th class="num">Since</th></tr>
  </thead>
  <tbody>
    <tr><td>Singapore (HQ)</td><td>Novus Technologies Pte Ltd</td><td class="num">2013</td></tr>
    <tr><td>Philippines</td><td>Novus Transact Philippines Corporation</td><td class="num">-</td></tr>
    <tr><td>Sri Lanka</td><td>NovusTech Transact Lanka (Pvt) Ltd</td><td class="num">-</td></tr>
    <tr><td>Indonesia</td><td>PT Nova Digital Perkasa</td><td class="num">-</td></tr>
  </tbody>
</table>

Usage

  • Numeric columns take class="num": right-aligned, tabular numerals.
  • Header cells sit on the subtle tint; rows highlight on hover for scanability.
  • Wide tables scroll inside their own container on small screens, the page never scrolls horizontally.