We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c161c4 commit 4259cf2Copy full SHA for 4259cf2
src/components/Table/index.js
@@ -11,7 +11,7 @@ export default {
11
12
localLoading: false,
13
localDataSource: [],
14
- localPagination: Object.assign({}, T.props.pagination)
+ localPagination: Object.assign({}, this.pagination)
15
}
16
},
17
props: Object.assign({}, T.props, {
0 commit comments