Socket
Socket
Sign inDemoInstall

@blueprintjs/table

Package Overview
Dependencies
Maintainers
1
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintjs/table - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

4

package.json
{
"name": "@blueprintjs/table",
"version": "0.1.0",
"version": "1.0.0",
"main": "dist/index.js",

@@ -21,3 +21,3 @@ "typings": "dist/index.d.ts",

"dependencies": {
"@blueprintjs/core": "^0.1.0",
"@blueprintjs/core": "^1.0.0",
"classnames": "^2.2",

@@ -24,0 +24,0 @@ "es6-shim": "^0.35",

@@ -1,14 +0,16 @@

Table
---
<img height="204" src="https://cloud.githubusercontent.com/assets/464822/20228152/d3f36dc2-a804-11e6-80ff-51ada2d13ea7.png">
Blueprint Table is a highly configurable UI component that provides standard UX
for presenting tabular data. It is built using [React](https://facebook.github.io/react/)
but usable with any front end framework.
# [Blueprint](http://blueprintjs.com/) Table Component
#### Features
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 (a.k.a. _lazy_ rendering)
- Viewport-only rendering for scale (also known as _lazy_ rendering)
- Robust selections (columns, rows, or multiple cell regions)

@@ -18,5 +20,8 @@ - Right-click to copy cell region contents

#### Roadmap (upcoming features)
## Installation
- Column reordering
- Paging component
```
npm install --save @blueprintjs/table
```
### [Table Documentation](http://blueprintjs.com/docs/#components.table-js) | [Full Documentation](http://blueprintjs.com/docs) | [Source Code](https://github.com/palantir/blueprint)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc