|
|
@ -240,7 +240,7 @@ TableOptionsModal.propTypes = {
|
|
|
|
columns: PropTypes.arrayOf(PropTypes.object).isRequired,
|
|
|
|
columns: PropTypes.arrayOf(PropTypes.object).isRequired,
|
|
|
|
pageSize: PropTypes.number,
|
|
|
|
pageSize: PropTypes.number,
|
|
|
|
canModifyColumns: PropTypes.bool.isRequired,
|
|
|
|
canModifyColumns: PropTypes.bool.isRequired,
|
|
|
|
optionsComponent: PropTypes.func.isRequired,
|
|
|
|
optionsComponent: PropTypes.func,
|
|
|
|
onTableOptionChange: PropTypes.func.isRequired,
|
|
|
|
onTableOptionChange: PropTypes.func.isRequired,
|
|
|
|
onModalClose: PropTypes.func.isRequired
|
|
|
|
onModalClose: PropTypes.func.isRequired
|
|
|
|
};
|
|
|
|
};
|
|
|
|