This commit is contained in:
Tanner Linsley
2016-10-31 01:49:37 -06:00
parent 516b88468e
commit 3d0f38f2c5
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ A fast, lightweight, opinionated table and datagrid built on React
## Features
- Lightweight at 3kb (and just 2kb more for styles)
- Lightweight at 4kb (and just 2kb more for styles)
- Fully customizable JSX and callbacks for everything
- Supports both Client-side & Server-side pagination and sorting
- Minimal design & easily themeable

View File

@@ -1,6 +1,6 @@
{
"name": "react-table",
"version": "2.2.7",
"version": "3.0.0",
"description": "A fast, lightweight, opinionated table and datagrid built on React",
"license": "MIT",
"homepage": "https://github.com/tannerlinsley/react-table#readme",