This commit is contained in:
wanghaoo 2018-11-22 23:10:45 +08:00
parent c2fbb22eb7
commit 0a61be0941
4 changed files with 5 additions and 7 deletions

View File

@ -28,7 +28,7 @@ const columns = [
); );
} }
}, },
{ id: "123", title: "性别", dataIndex: "b", key: "b", width: 1000 }, { id: "123", title: "性别", dataIndex: "b", key: "b", width: '10%' },
{ title: "年龄", dataIndex: "c", key: "c", width: 200 }, { title: "年龄", dataIndex: "c", key: "c", width: 200 },
{ {
title: "操作", title: "操作",
@ -77,7 +77,6 @@ class Demo1 extends Component {
parentNodeId='parent' parentNodeId='parent'
height={43} height={43}
headerHeight={42} headerHeight={42}
dragborder={true}
onRowClick={(record, index, indent) => { onRowClick={(record, index, indent) => {
this.setState({ this.setState({
selectedRowIndex: index selectedRowIndex: index

File diff suppressed because one or more lines are too long

5
dist/demo.js vendored

File diff suppressed because one or more lines are too long

2
dist/demo.js.map vendored

File diff suppressed because one or more lines are too long