Skip to content

Commit c16df80

Browse files
committed
Added codepen example
1 parent a1e724c commit c16df80

11 files changed

+75
-72
lines changed

ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Problem Description
22
include a detailed explanation of the problem here...
33

4-
## Code Snippet(s)
4+
## Code Snippet(s) or Codepen (http://codepen.io/tannerlinsley/pen/QpeZBa?editors=0010)
55

66
## Steps to Reproduce
7-
1. list the steps
7+
1. list the steps
88
2. to reproduce the issue
99

1010
## System Information

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
- Fully controllable via optional props and callbacks
3939
- <a href="https://medium.com/@tannerlinsley/why-i-wrote-react-table-and-the-problems-it-has-solved-for-nozzle-others-445c4e93d4a8#.axza4ixba" target="\_parent">"Why I wrote React Table and the problems it has solved for Nozzle.io</a> by Tanner Linsley
4040

41-
## <a href="http://react-table.js.org/?selectedKind=2.%20Demos&selectedStory=Client-side%20Data&full=0&down=0&left=1&panelRight=0&downPanel=kadirahq%2Fstorybook-addon-actions%2Factions-panel" target="\_parent">Demo</a>
41+
## Demos and examples
42+
- <a href="http://codepen.io/tannerlinsley/pen/QpeZBa?editors=0010" target="\_blank">Codepen</a>
43+
- <a href="http://react-table.js.org/?selectedKind=2.%20Demos&selectedStory=Client-side%20Data&full=0&down=0&left=1&panelRight=0&downPanel=kadirahq%2Fstorybook-addon-actions%2Factions-panel" target="\_parent">Storybook</a>
4244

4345
## Table of Contents
4446
- [Installation](#installation)
@@ -640,7 +642,7 @@ Here are the props and their corresponding callbacks that control the state of t
640642
onPageSizeChange={(pageSize, pageIndex) => {...}} // Called when the pageSize is changed by the user. The resolve page is also sent to maintain approximate position in the data
641643
onSortingChange={(column, shiftKey) => {...}} // Called when a sortable column header is clicked with the column itself and if the shiftkey was held. If the column is a pivoted column, `column` will be an array of columns
642644
onExpandRow={(index, event) => {...}} // Called when an expander is clicked. Use this to manage `expandedRows`
643-
onFilteringChange={(column, value) => {...}} // Called when a user enters a value into a filter input field or the value passed to the onFilterChange handler by the filterRender option.
645+
onFilteringChange={(column, value) => {...}} // Called when a user enters a value into a filter input field or the value passed to the onFilterChange handler by the filterRender option.
644646
onResize={(column, event, isTouch) => {...}} // Called when a user clicks on a resizing component (the right edge of a column header)
645647
/>
646648
```

docs/iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<body>
1717
<div id="root"></div>
1818
<div id="error-display"></div>
19-
<script src="static/preview.0cd0bb2bf09f3220bea7.bundle.js"></script>
19+
<script src="static/preview.d69dfad9032e3535a779.bundle.js"></script>
2020
</body>
2121
</html>
2222

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</head>
3939
<body style="margin: 0;">
4040
<div id="root"></div>
41-
<script src="static/manager.064c8fe6b78907f0a142.bundle.js"></script>
41+
<script src="static/manager.6affcba9c6de5bade8de.bundle.js"></script>
4242
</body>
4343
</html>
4444

docs/static/manager.064c8fe6b78907f0a142.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/static/manager.064c8fe6b78907f0a142.bundle.js renamed to docs/static/manager.6affcba9c6de5bade8de.bundle.js

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/manager.6affcba9c6de5bade8de.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/preview.0cd0bb2bf09f3220bea7.bundle.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

docs/static/preview.0cd0bb2bf09f3220bea7.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/static/preview.d69dfad9032e3535a779.bundle.js

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)