From a810556e574a295317a74c29497dad7c97544d14 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Tue, 27 Aug 2019 10:03:39 -0600 Subject: [PATCH 1/3] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c884c4f..81f2204 100644 --- a/README.md +++ b/README.md @@ -30,15 +30,17 @@ Hooks for building **lightweight, fast and extendable datagrids** for React ## Features -- Lightweight (4kb - 10kb depending on features and tree-shaking) +- Lightweight (4kb - 11kb depending on features and tree-shaking) - Headless (100% customizable, Bring-your-own-UI) -- Client-side & Server-side pagination support +- Auto out of the box, fully controllable API - Sorting (Multi and Stable) - Filters - Pivoting & Aggregation - Row Selection - Row Expansion -- Fully controllable +- Column Ordering +- Animatable +- Server-side/controlled data/state - Extensible via hook-based plugin system - "Why I wrote React Table and the problems it has solved for Nozzle.io" by Tanner Linsley From f6a1203403815b48fadf3779a1c400dfae3195d9 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Tue, 27 Aug 2019 10:04:22 -0600 Subject: [PATCH 2/3] Update README.md --- examples/column-ordering/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/column-ordering/README.md b/examples/column-ordering/README.md index 12dead0..4fbec5d 100644 --- a/examples/column-ordering/README.md +++ b/examples/column-ordering/README.md @@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo You can: -- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic) +- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/column-ordering) - `yarn` and `yarn start` to run and edit the example From 4e3d1dd10af48c8f79c00dff40b78b9451fcd61a Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Tue, 27 Aug 2019 10:04:37 -0600 Subject: [PATCH 3/3] Update README.md --- examples/animated-framer-motion/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/animated-framer-motion/README.md b/examples/animated-framer-motion/README.md index 12dead0..a089fd7 100644 --- a/examples/animated-framer-motion/README.md +++ b/examples/animated-framer-motion/README.md @@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo You can: -- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic) +- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/animated-framer-motion) - `yarn` and `yarn start` to run and edit the example