默认不展示序号

This commit is contained in:
huayj 2019-08-22 15:46:59 +08:00
parent a5c8892d1f
commit e00e57f8f8
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ const defaultProps = {
onDragRowStart: ()=>{}, onDragRowStart: ()=>{},
bodyDisplayInRow: true, bodyDisplayInRow: true,
headerDisplayInRow: true, headerDisplayInRow: true,
showRowNum: true, showRowNum: false,
}; };
class Table extends Component { class Table extends Component {