diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 240ed97..2ee6435 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,10 +1,10 @@ ## Problem Description include a detailed explanation of the problem here... -## Code Snippet(s) +## Code Snippet(s) or Codepen (http://codepen.io/tannerlinsley/pen/QpeZBa?editors=0010) ## Steps to Reproduce -1. list the steps +1. list the steps 2. to reproduce the issue ## System Information diff --git a/README.md b/README.md index 5fff62f..7c9c68b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,9 @@ - Fully controllable via optional props and callbacks - "Why I wrote React Table and the problems it has solved for Nozzle.io by Tanner Linsley -## Demo +## Demos and examples +- Codepen +- Storybook ## Table of Contents - [Installation](#installation) @@ -640,7 +642,7 @@ Here are the props and their corresponding callbacks that control the state of t 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 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 onExpandRow={(index, event) => {...}} // Called when an expander is clicked. Use this to manage `expandedRows` - 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. + 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. onResize={(column, event, isTouch) => {...}} // Called when a user clicks on a resizing component (the right edge of a column header) /> ``` diff --git a/docs/iframe.html b/docs/iframe.html index e12e64c..f4dacbe 100644 --- a/docs/iframe.html +++ b/docs/iframe.html @@ -16,7 +16,7 @@
- +