mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-11 20:40:17 +00:00
Fix initial state (#1348)
This commit is contained in:
committed by
Tanner Linsley
parent
1621bcb0c3
commit
0070d60d42
+1
-1
@@ -336,7 +336,7 @@ export default Base =>
|
||||
...this.getResolvedState(),
|
||||
page: this.getStateOrProp('page'),
|
||||
pageSize: this.getStateOrProp('pageSize'),
|
||||
filter: this.getStateOrProp('filter'),
|
||||
filtered: this.getStateOrProp('filtered'),
|
||||
}
|
||||
|
||||
this.props.onFetchData(currentState, this)
|
||||
|
||||
Reference in New Issue
Block a user