canel when page change (#15082)

This commit is contained in:
zombieJ 2019-02-27 15:55:37 +08:00 committed by GitHub
parent 4d1a998246
commit b69f0e5e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,6 +203,9 @@ class EditableTable extends React.Component {
dataSource={this.state.data}
columns={columns}
rowClassName="editable-row"
pagination={{
onChange: this.cancel,
}}
/>
);
}