Skip to content

Commit

Permalink
updating code sandbox links (TanStack#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmlumba authored and tannerlinsley committed Aug 8, 2019
1 parent 134f3dc commit dc629ae
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ import {
- [Row Selection](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/row-selection)
- [Expanding](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/expanding)
- [Sub Components](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/sub-components)
- [Editable Data](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/editable-cells)
- [Editable Data](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/editable-data)
- Controlled
- [Pagination (Controlled)](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/pagination-controlled)

Expand Down
2 changes: 1 addition & 1 deletion examples/editable-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/editable-data)
- `yarn` and `yarn start` to run and edit the example
2 changes: 1 addition & 1 deletion examples/expanding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/expanding)
- `yarn` and `yarn start` to run and edit the example
2 changes: 1 addition & 1 deletion examples/filtering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/filtering)
- `yarn` and `yarn start` to run and edit the example
2 changes: 1 addition & 1 deletion examples/grouping/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/grouping)
- `yarn` and `yarn start` to run and edit the example
2 changes: 1 addition & 1 deletion examples/pagination-controlled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/pagination-controlled)
- `yarn` and `yarn start` to run and edit the example
2 changes: 1 addition & 1 deletion examples/pagination/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/pagination)
- `yarn` and `yarn start` to run and edit the example
2 changes: 1 addition & 1 deletion examples/row-selection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/row-selection)
- `yarn` and `yarn start` to run and edit the example
2 changes: 1 addition & 1 deletion examples/sorting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/sorting)
- `yarn` and `yarn start` to run and edit the example
2 changes: 1 addition & 1 deletion examples/sub-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/sub-components)
- `yarn` and `yarn start` to run and edit the example

0 comments on commit dc629ae

Please sign in to comment.