This commit is contained in:
Tanner Linsley
2019-12-05 15:11:05 -05:00
parent 652a366efc
commit 9d14f2635c
2 changed files with 22 additions and 22 deletions
+21 -21
View File
@@ -20,27 +20,27 @@ This is a v6 of react-table, due to the incredibly massive differences from v7 t
## CodeSandbox Examples
- [100k-rows-aggregation](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-100k-rows-aggregation)
- [cell-renderers](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-cell-renderers)
- [controlled-table](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-controlled-table)
- [custom-column-widths](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-custom-column-widths)
- [custom-component-props](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-custom-component-props)
- [custom-expander-position](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-custom-expander-position)
- [custom-filtering](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-custom-filtering)
- [custom-no-data-text](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-custom-no-data-text)
- [custom-sorting](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-custom-sorting)
- [default-sorting](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-default-sorting)
- [editable-content](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-editable-content)
- [fixed-header-vertical-scroll](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-fixed-header-vertical-scroll)
- [footers](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-footers)
- [functional-rendering](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-functional-rendering)
- [multiple-pagination-bars](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-multiple-pagination-bars)
- [pivoting-and-aggregation](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-pivoting-and-aggregation)
- [pivoting-options](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-pivoting-options)
- [pivoting-sub-components](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-pivoting-sub-components)
- [server-side-data](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-server-side-data)
- [simple-table](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-simple-table)
- [sub-components](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/cdcf11b4b06848946c7a4393d4ef5193f6800867/archives/v6-examples/react-table-sub-components)
- [100k-rows-aggregation](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/100k-rows-aggregation)
- [cell-renderers](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/cell-renderers)
- [controlled-table](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/controlled-table)
- [custom-column-widths](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/custom-column-widths)
- [custom-component-props](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/custom-component-props)
- [custom-expander-position](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/custom-expander-position)
- [custom-filtering](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/custom-filtering)
- [custom-no-data-text](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/custom-no-data-text)
- [custom-sorting](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/custom-sorting)
- [default-sorting](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/default-sorting)
- [editable-content](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/editable-content)
- [fixed-header-vertical-scroll](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/fixed-header-vertical-scroll)
- [footers](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/footers)
- [functional-rendering](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/functional-rendering)
- [multiple-pagination-bars](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/multiple-pagination-bars)
- [pivoting-and-aggregation](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/pivoting-and-aggregation)
- [pivoting-options](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/pivoting-options)
- [pivoting-sub-components](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/pivoting-sub-components)
- [server-side-data](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/server-side-data)
- [simple-table](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/simple-table)
- [sub-components](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v6/examples/sub-components)
## Table of Contents
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-table",
"version": "6.11.3",
"version": "6.11.4",
"description": "A fast, lightweight, opinionated table and datagrid built on React",
"license": "MIT",
"homepage": "https://github.com/tannerlinsley/react-table/tree/v6#readme",