@blueprintjs/table
Version:
Scalable interactive table component
27 lines (18 loc) • 963 B
Markdown
<img height="204" src="https://cloud.githubusercontent.com/assets/464822/20228152/d3f36dc2-a804-11e6-80ff-51ada2d13ea7.png">
# [Blueprint](http://blueprintjs.com/) Table Component
Blueprint is a React UI toolkit for the web.
This package provides a set of React components used to construct a highly configurable and performant table
or spreadsheet.
## Features
- Fixed column headers and row indices columns
- Resizable columns and rows
- Double-click column resize handles for auto-sizing
- Viewport-only rendering for scale (also known as _lazy_ rendering)
- Robust selections (columns, rows, or multiple cell regions)
- Right-click to copy cell region contents
- Inline editable column headers & cells
## Installation
```
npm install --save @blueprintjs/table
```
### [Table Documentation](http://blueprintjs.com/docs/#table) | [Full Documentation](http://blueprintjs.com/docs) | [Source Code](https://github.com/palantir/blueprint)