mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
update demos
This commit is contained in:
parent
30d74aa7d5
commit
47ac6720e3
@ -60,7 +60,7 @@ const App = React.createClass({
|
||||
dataSource={this.state.mockData}
|
||||
showSearch
|
||||
listStyle={{
|
||||
width: 200,
|
||||
width: 250,
|
||||
height: 300,
|
||||
}}
|
||||
operations={['向右操作文案', '向左操作文案']}
|
||||
|
@ -16,7 +16,7 @@
|
||||
## API
|
||||
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
|-----------|------------------------------------------|------------|--------|
|
||||
| dataSource | 数据源 | Array | [] |
|
||||
| render | 每行数据渲染函数 | Function(record) | |
|
||||
|
Loading…
Reference in New Issue
Block a user