Updated Readme

This commit is contained in:
Tanner Linsley
2017-01-11 16:47:56 -07:00
parent c8c650c729
commit 1cb280942d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ const columns = [{
<a name="data"></a>
## Data
Simply pass the `data` prop anything that resembles an array or object. Client-side filtering and pagination is built in, and your table will update gracefully as you change any props. [Server-side data](#server-side-data) is also supported!
Simply pass the `data` prop anything that resembles an array or object. Client-side sorting and pagination are built in, and your table will update gracefully as you change any props. [Server-side data](#server-side-data) is also supported!
<a name="default-props"></a>
+1 -1
View File
@@ -111,7 +111,7 @@ function getCode () {
import ReactTable from 'react-table'
import Axios from 'axios'
export default React.creatClass({
export default React.createClass({
getInitialState () {
// To handle our data server-side, we need to keep track of our table state
return {