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 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 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