# Svelte Material UI - Data Table

A data table shows tabular information, and optionally allows the user to select rows.

# Installation

```sh
npm install --save-dev @smui/data-table
```

# Examples and Usage Information

https://sveltematerialui.com/demo/data-table

# More Information

See [Data tables](https://material.io/components/data-tables) in the Material design spec.

See [Data Table](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-data-table) in MDC-Web for information about the upstream library's architecture.