@# Table (HTML)

This component adds Blueprint styling to native HTML tables.

<div class="pt-callout pt-intent-primary pt-icon-info-sign">
    <h5>This is not @blueprintjs/table</h5>
    This table component is a simple CSS-only skin for HTML `<table>` elements.
    It is ideal for basic static tables. If you're looking for more complex
    spreadsheet-like features, check out [**@blueprintjs/table**](#table-js).
</div>

@## CSS API

Apply the `pt-table` class to a `<table>` element. You can apply modifiers as additional classes.

@css pt-table
