| | |
| | | updateConfig: PropTypes.func |
| | | } |
| | | |
| | | // changeFirstCount = (val) => { |
| | | // if (typeof(val) !== 'number') { |
| | | // val = '' |
| | | // } |
| | | // this.props.updateConfig({...this.props.config, firstCount: val}) |
| | | // } |
| | | |
| | | changeCount = (val) => { |
| | | if (typeof(val) !== 'number') { |
| | | val = '' |
| | |
| | | onPrintPageChange = (val) => { |
| | | this.props.updateConfig({...this.props.config, printPage: val}) |
| | | } |
| | | |
| | | // changeLastCount = (val) => { |
| | | // if (typeof(val) !== 'number') { |
| | | // val = '' |
| | | // } |
| | | // this.props.updateConfig({...this.props.config, lastCount: val}) |
| | | // } |
| | | |
| | | pageSizeChange = (val) => { |
| | | this.props.updateConfig({...this.props.config, pageSize: val}) |