diff --git a/README.md b/README.md index 9291e39..9526b18 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- React Table Logo + React Table Logo

@@ -11,8 +11,8 @@ `react-table` is a **lightweight, fast and extendable datagrid** built for React - - + + @@ -20,8 +20,8 @@ - - + + @@ -33,7 +33,7 @@

-[![Sponsor](https://app.codesponsor.io/embed/zpmS8V9r31sBSCeVzP7Wm6Sr/tannerlinsley/react-table.svg)](https://app.codesponsor.io/link/zpmS8V9r31sBSCeVzP7Wm6Sr/tannerlinsley/react-table) +[![Sponsor](https://app.codesponsor.io/embed/zpmS8V9r31sBSCeVzP7Wm6Sr/react-tools/react-table.svg)](https://app.codesponsor.io/link/zpmS8V9r31sBSCeVzP7Wm6Sr/react-tools/react-table) ## Features - Lightweight at 7kb (and just 2kb more for styles) @@ -50,9 +50,9 @@ ## Versions - This documentation is for version 6 of react-table. -- [View the Changelog](https://github.com/tannerlinsley/react-table/blob/master/CHANGELOG.md) +- [View the Changelog](https://github.com/react-tools/react-table/blob/master/CHANGELOG.md) - Previous versions: - - [5.x.x Readme](https://github.com/tannerlinsley/react-table/blob/ad7d31cd3978eb45da7c6194dbab93c1e9a8594d/README.md) + - [5.x.x Readme](https://github.com/react-tools/react-table/blob/ad7d31cd3978eb45da7c6194dbab93c1e9a8594d/README.md) ## Table of Contents - [Installation](#installation) @@ -741,7 +741,7 @@ If you want to handle pagination, sorting, and filtering on the server, `react-t /> ``` -For a detailed example, take a peek at our
async table mockup +For a detailed example, take a peek at our async table mockup ## Fully Controlled Component React Table by default works fantastically out of the box, but you can achieve even more control and customization if you choose to maintain the state yourself. It is very easy to do, even if you only want to manage *parts* of the state. @@ -914,7 +914,7 @@ Object.assign(ReactTableDefaults, { /> ``` -If you choose to change the core components React-Table uses to render, you must make sure your replacement components consume and utilize all of the supplied and inherited props that are needed for that component to function properly. We would suggest investigating the source for the component you wish to replace. +If you choose to change the core components React-Table uses to render, you must make sure your replacement components consume and utilize all of the supplied and inherited props that are needed for that component to function properly. We would suggest investigating the source for the component you wish to replace. ## Contributing diff --git a/docs/src/App.js b/docs/src/App.js index 8096dcd..9cdc5a7 100644 --- a/docs/src/App.js +++ b/docs/src/App.js @@ -45,7 +45,7 @@ export default class App extends React.Component { }} >