Readme Updates

This commit is contained in:
Tanner Linsley
2016-10-31 01:53:54 -06:00
parent 3d0f38f2c5
commit 2b0e1eb8a7
3 changed files with 5 additions and 2 deletions

View File

@@ -80,9 +80,13 @@ These are the default props for the main react component `<ReactTable />`
```javascript
{
// General
loading: false, // Whether to show the loading overlay or not
pageSize: 20,
minRows: 0, // Ensure this many rows are always rendered, regardless of rows on page
// Callbacks
onChange: () => null,
// Text
previousText: 'Previous',
nextText: 'Next'

1
example/dist/app.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -15,8 +15,6 @@ export const ReactTableDefaults = {
minRows: 0,
// Callbacks
onChange: () => null,
onPageChange: () => null,
onSort: () => null,
// Classes
className: '-striped -highlight',
tableClassName: '',