mirror of
https://github.com/gosticks/react-table.git
synced 2026-04-04 19:54:30 +00:00
Readme Updates
This commit is contained in:
@@ -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
1
example/dist/app.js
vendored
File diff suppressed because one or more lines are too long
@@ -15,8 +15,6 @@ export const ReactTableDefaults = {
|
||||
minRows: 0,
|
||||
// Callbacks
|
||||
onChange: () => null,
|
||||
onPageChange: () => null,
|
||||
onSort: () => null,
|
||||
// Classes
|
||||
className: '-striped -highlight',
|
||||
tableClassName: '',
|
||||
|
||||
Reference in New Issue
Block a user